[gimp/osx-build: 3/46] OSX bundler: make launcher more generic



commit f1a99f539fbf1bfc37943446ab6d19e6e1bbdc1d
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun May 4 15:32:52 2014 +0200

    OSX bundler: make launcher more generic
    
    Rename the launcher to launcher-python.sh to make it also usable for
    GIMP-master.

 build/osx/gimp-2.8-python.bundle                   |    2 +-
 .../{launcher-2.8-python.sh => launcher-python.sh} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/osx/gimp-2.8-python.bundle b/build/osx/gimp-2.8-python.bundle
index ee21407..9cf34e7 100644
--- a/build/osx/gimp-2.8-python.bundle
+++ b/build/osx/gimp-2.8-python.bundle
@@ -9,7 +9,7 @@
 
     <run-install-name-tool/>
 
-    <launcher-script>${project}/launcher-2.8-python.sh</launcher-script>
+    <launcher-script>${project}/launcher-python.sh</launcher-script>
 
     <gtk>gtk+-2.0</gtk>
   </meta>
diff --git a/build/osx/launcher-2.8-python.sh b/build/osx/launcher-python.sh
similarity index 100%
rename from build/osx/launcher-2.8-python.sh
rename to build/osx/launcher-python.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]