diff options
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index bfb6e3fc70..5658650b7f 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -51,6 +51,7 @@ make install DESTDIR=$BUILD_DIR/tor_packageroot #mv $BUILD_DIR/tor_packageroot/Library/Tor/torrc.sample $BUILD_DIR/tor_packageroot/Library/Tor/torrc cp contrib/osx/ReadMe.rtf $BUILD_DIR/tor_resources #cp contrib/osx/License.rtf $BUILD_DIR/tor_resources +chmod 755 contrib/osx/TorPostflight cp contrib/osx/TorPostflight $BUILD_DIR/tor_resources/postflight cp contrib/osx/addsysuser $BUILD_DIR/tor_resources/addsysuser cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt |