Skip to content

Commit

Permalink
Fixes puppetlabs#2704. Problem finding install.rb three levels up
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Kersten authored and Paul Nasrat committed Oct 7, 2009
1 parent 9aef69e commit 5b95a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/osx/createpackage.sh
Expand Up @@ -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
Expand Down

0 comments on commit 5b95a12

Please sign in to comment.