[gimp/osx-build: 2/44] OSX bundler: fix link to .plist file



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

    OSX bundler: fix link to .plist file
    
    Refer to info-2.8-python.plist instead of info-2.8.8-python.plist.

 build/osx/gimp-2.8-python.bundle |    2 +-
 1 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 0faece9..ee21407 100644
--- a/build/osx/gimp-2.8-python.bundle
+++ b/build/osx/gimp-2.8-python.bundle
@@ -15,7 +15,7 @@
   </meta>
 
   <!-- Copy in .plist file -->
-  <plist>${project}/info-2.8.8-python.plist</plist>
+  <plist>${project}/info-2.8-python.plist</plist>
 
   <binary>
     ${prefix}/lib/libgtk-quartz-${gtkversion}.0.dylib


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