summaryrefslogtreecommitdiffstats
path: root/conf/osx/createpackage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/osx/createpackage.sh')
-rwxr-xr-xconf/osx/createpackage.sh2
1 files changed, 1 insertions, 1 deletions
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