From 6d978b78e70053094d2f6d57520cc94dccb580a2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 15 May 2005 13:13:03 +0000 Subject: [PATCH] Make postflight script executable; maybe fix bug 141 svn:r4230 --- contrib/osx/package.sh | 1 + 1 file changed, 1 insertion(+) 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 < $BUILD_DIR/tor_resources/Welcome.txt -- 2.11.4.GIT