diff options
-rwxr-xr-x | make_osx_package.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh index 86ce784ed..f546396b7 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -40,7 +40,6 @@ for f in $EXES; do cp $SANDBOX/share/man/man1/$f.1 $DEST/share/man/man1/ done cp $SANDBOX/share/man/man5/pandoc_markdown.5 $DEST/share/man/man5/ -cp $OSX/uninstall-pandoc.pl $DEST/bin/ chown -R $ME:staff $DIST # gzip $DEST/share/man/man?/*.* @@ -77,7 +76,7 @@ sudo codesign --force --sign "$CODESIGNID" $BASE.pkg spctl --assess --type install $BASE.pkg echo Creating zip... -zip -9 -r $BASE.pkg.zip $BASE.pkg +zip -9 -j -r $BASE.pkg.zip $BASE.pkg $OSX/uninstall-pandoc.pl # echo Creating disk image... # sudo hdiutil create "$BASE.dmg" \ |