From 7feeb29ccb55de0591fa29741ac634de4036d1fd Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Sun, 27 Mar 2011 21:19:25 -0600 Subject: [PATCH] Updated Mac build script to use new naming convention --- tools/osx/make-app-bundle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/osx/make-app-bundle b/tools/osx/make-app-bundle index 7b2351488..b8252209b 100644 --- a/tools/osx/make-app-bundle +++ b/tools/osx/make-app-bundle @@ -29,7 +29,7 @@ ETC=${MACOS}/etc LIB=${MACOS}/lib SHARE=${MACOS}/share RELEASE=release -DMG=${RELEASE}/rawtherapee_osx105_`date +%F`_`hg parents --template '{latesttag}+{latesttagdistance}-{node|short}'`.dmg +DMG=${RELEASE}/rawtherapee_mac32_`date +%F`_`hg -R . branch`_`hg parents --template '{latesttag}i.{latesttagdistance}-{node|short}'`.dmg EXECUTABLE=rt #Find where MacPorts is installed. We take a known binary (cmake), which is in /bin, and @@ -88,8 +88,6 @@ cp tools/osx/start ${MACOS} echo "Recursively copying libraries referenced by executable..." checkLink "${MACOS}/${EXECUTABLE}" -ADDITIONAL_LIB=`find /opt/local/lib /usr/lib -name "gdk-pixbuf-2.0"` -cp -R ${ADDITIONAL_LIB} ${LIB} #Make a .dmg for distribution and delete the .app echo "Creating distribution .dmg..."