Skip to content

Commit

Permalink
[enhance] make_package: simplified the Mac Package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Sep 25, 2012
1 parent d4e22c8 commit 2ab5e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/utils/make_package.sh
Expand Up @@ -259,7 +259,7 @@ fi
#############################
if [ "$PKG" = "true" ]; then
OS_VARIANT=`sw_vers -productVersion`
PKG_NAME="Opa $VERSION_MAJOR - Build $BUILDNUM for Mac OS X (64-bit)"
PKG_NAME="opa-$VERSION_MAJOR"
echo "Making package '$MYDIR/$PKG_NAME.pkg'"
# MOREOPTS=""
# if [ $NOOCAML = "true" ]; then
Expand Down

0 comments on commit 2ab5e46

Please sign in to comment.