summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index fe633e6e9..0df8a6936 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -48,7 +48,7 @@ sudo $PACKAGEMAKER \
echo Signing package...
-codesign --force --sign "$CODESIGNID" $BASE.pkg
+sudo codesign --force --sign "$CODESIGNID" $BASE.pkg
echo Creating disk image...