From ed5e0921f50a28a7f39747e0a044534efb89f536 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 23 Aug 2014 04:22:14 +0000 Subject: [PATCH] Update make-bundle.sh to reflect changes in fontconfig --- zenmap/install_scripts/macosx/make-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap/install_scripts/macosx/make-bundle.sh b/zenmap/install_scripts/macosx/make-bundle.sh index c4b807252..4a67c2131 100755 --- a/zenmap/install_scripts/macosx/make-bundle.sh +++ b/zenmap/install_scripts/macosx/make-bundle.sh @@ -81,7 +81,7 @@ cp -R $LIBPREFIX/etc/fonts $BASE/Resources/etc/ sed -i "" 's/ *'$(echo "$LIBPREFIX" | sed -e 's/\([^a-zA-Z0-9]\)/\\\1/g')'\/share\/fonts<\/dir>//g' $BASE/Resources/etc/fonts/fonts.conf sed -i "" '/'$(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