aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/build.sh')
-rwxr-xr-xmacosx/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/build.sh b/macosx/build.sh
index acd2860..100c308 100755
--- a/macosx/build.sh
+++ b/macosx/build.sh
@@ -102,7 +102,7 @@ perl -wlpi -e 's{#!/usr/bin/env perl}{#!/usr/bin/perl}' "$PREFIX/local/bin/mosh"
popd > /dev/null
-PACKAGE_VERSION=$(cat ../VERSION)
+PACKAGE_VERSION=$(cat ../VERSION.stamp)
OUTFILE="$PACKAGE_VERSION.pkg"