[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5

James Turnbull james at lovedthanlost.net
Tue Oct 27 17:05:53 UTC 2009


The following commit has been merged in the upstream branch:
commit 3940dfb3082789a5a800ec2c131ee206ed3235ca
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Oct 7 10:59:26 2009 +1100

    Fixed #2674 - createpackage.sh: problem finding install.rb
    
    Thanks to Allan Marcus for the fix.

diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh
index 2023839..d27ef0e 100755
--- a/conf/osx/createpackage.sh
+++ b/conf/osx/createpackage.sh
@@ -38,7 +38,7 @@ function find_installer() {
   elif [ -f "../${INSTALLRB}" ]; then
     installer="$(pwd)/../${INSTALLRB}"
   elif [ -f "../../${INSTALLRB}" ]; then
-    installer="$(pwd)/../${INSTALLRB}"
+    installer="$(pwd)/../../${INSTALLRB}"
   else
     installer=""
   fi

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list