diff --git a/compile_macosx.sh b/compile_macosx.sh index 0c43e36..1bcfceb 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -69,7 +69,7 @@ cd binary_distrib/macosx64 if [ $# -gt 4 ] then chmod +x $WORK_DIR/macosx_codesign.sh - ./$WORK_DIR/macosx_codesign.sh $(pwd) $5 + .$WORK_DIR/macosx_codesign.sh $(pwd) $5 fi #Pack binary_distrib diff --git a/macosx_codesign.sh b/macosx_codesign.sh index fb8a540..0c8f196 100755 --- a/macosx_codesign.sh +++ b/macosx_codesign.sh @@ -4,7 +4,7 @@ if [ $# -lt 2 ] then echo "Usage: ./macosxcodesign.sh [ ]" echo "" - echo "path: the target path" + echo "path: the absolute(!) target path" echo "certname: the apple signing certificate name. Something like \"Developer ID Application: xxx\"" exit 1 fi