mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Update make-bundle.sh to reflect changes in fontconfig
This commit is contained in:
parent
2251726609
commit
ed5e0921f5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ cp -R $LIBPREFIX/etc/fonts $BASE/Resources/etc/
|
|||
sed -i "" 's/ *<dir>'$(echo "$LIBPREFIX" | sed -e 's/\([^a-zA-Z0-9]\)/\\\1/g')'\/share\/fonts<\/dir>//g' $BASE/Resources/etc/fonts/fonts.conf
|
||||
sed -i "" '/<cachedir>'$(echo "$LIBPREFIX" | sed -e 's/\([^a-zA-Z0-9]\)/\\\1/g')'\/var\/cache\/fontconfig<\/cachedir>/d' $BASE/Resources/etc/fonts/fonts.conf
|
||||
# Disable hinting to better match the Mac GUI.
|
||||
ln -sf ../conf.avail/10-unhinted.conf $BASE/Resources/etc/fonts/conf.d
|
||||
cp $LIBPREFIX/share/fontconfig/conf.avail/10-unhinted.conf $BASE/Resources/etc/fonts/conf.d
|
||||
|
||||
echo "Renaming main Zenmap executable."
|
||||
mv $BASE/MacOS/$APP_NAME $BASE/MacOS/zenmap.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue