From 3e2fed77cedf9dd6bae9cd83645f847d01c73540 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Wed, 27 Apr 2011 12:11:56 -0600 Subject: [PATCH] Re-added missing image loaders, since Macports changed the location of them. However, something is still not right, since the images are not yet showing up. --- tools/osx/make-app-bundle | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tools/osx/make-app-bundle diff --git a/tools/osx/make-app-bundle b/tools/osx/make-app-bundle old mode 100644 new mode 100755 index b8252209b..3cd0c8422 --- a/tools/osx/make-app-bundle +++ b/tools/osx/make-app-bundle @@ -60,6 +60,7 @@ mkdir -p "${SHARE}/mime" echo "Copying libraries from ${MACPORTS_PREFIX}..." cp -R ${MACPORTS_PREFIX}/lib/pango ${LIB} cp -R ${MACPORTS_PREFIX}/lib/gtk-2.0 ${LIB} +cp -R ${MACPORTS_PREFIX}/lib/gdk-pixbuf* ${LIB} #Copy over mimes (if a mime is copied, and nobody hears, is it really copied?) echo "Copying shared files from ${MACPORTS_PREFIX}..."