diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-15 13:13:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-15 13:13:03 +0000 |
commit | 6d978b78e70053094d2f6d57520cc94dccb580a2 (patch) | |
tree | 81bfcdfcb634d74e12e64785987320bb03721d1b | |
parent | cce89badb7b9119b1c71df6032726e32b87e2356 (diff) | |
download | tor-6d978b78e70053094d2f6d57520cc94dccb580a2.tar.gz tor-6d978b78e70053094d2f6d57520cc94dccb580a2.zip |
Make postflight script executable; maybe fix bug 141
svn:r4230
-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 |