From 458a6388c4382e8e859c8a84574b00c949282fa6 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 7 Nov 2015 01:00:19 +0000 Subject: [PATCH] Don't try to copy nonexistent pango modules since we build --with-included-modules --- zenmap/install_scripts/macosx/make-bundle.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/zenmap/install_scripts/macosx/make-bundle.sh b/zenmap/install_scripts/macosx/make-bundle.sh index 7cf35f0ed..b8020f579 100755 --- a/zenmap/install_scripts/macosx/make-bundle.sh +++ b/zenmap/install_scripts/macosx/make-bundle.sh @@ -66,23 +66,6 @@ find $BASE/Resources/lib/gtk-2.0/$gtk_version/ -type f -name '*.so' | while read done done -pango_version=`$PKG_CONFIG --variable=pango_module_version pango` -echo "Copying Pango $pango_version files." -mkdir -p $BASE/Resources/etc/pango -cat > $BASE/Resources/etc/pango/pangorc.in <