[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch,	upstream, updated. 51bcebe38cab6088c901f1006339bbe40a36d161
    Paul Nasrat 
    pnasrat at googlemail.com
       
    Wed Aug 18 05:55:38 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit 5b95a128f369615cb7d7c08f8a9047cc9b44d3f3
Author: Nigel Kersten <nigelk at google.com>
Date:   Wed Oct 7 07:03:42 2009 -0700
    Fixes #2704. Problem finding install.rb three levels up
diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh
index 768380e..623eb31 100755
--- a/conf/osx/createpackage.sh
+++ b/conf/osx/createpackage.sh
@@ -37,7 +37,7 @@ function find_installer() {
   elif [ -f "../${INSTALLRB}" ]; then
     installer="$(pwd)/../${INSTALLRB}"
   elif [ -f "../../${INSTALLRB}" ]; then
-    installer="$(pwd)/../${INSTALLRB}"
+    installer="$(pwd)/../../${INSTALLRB}"
   else
     installer=""
   fi
-- 
Packaging of Facter for debian
    
    
More information about the Pkg-puppet-devel
mailing list