diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-01-11 00:38:08 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-01-11 00:38:08 +0000 |
commit | 990e0be64e5d710e480ddf9c4aecc9fd32d16eed (patch) | |
tree | 28f835314b504140909a3635a87a135786a0d24a /contrib | |
parent | a40d7a9ce641f57a1aed935797a42ef742e54132 (diff) | |
download | tor-990e0be64e5d710e480ddf9c4aecc9fd32d16eed.tar tor-990e0be64e5d710e480ddf9c4aecc9fd32d16eed.tar.gz |
Remove -v. It works different in Panther than Tiger. Go figure.
svn:r9330
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/package.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 9f95cbce5..1dee597ac 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -110,7 +110,7 @@ cp ChangeLog $DOC/Advanced/ChangeLog.txt find $BUILD_DIR/tor_packageroot -print0 |sudo xargs -0 chown root:wheel -$PACKAGEMAKER -build -v \ +$PACKAGEMAKER -build \ -p $BUILD_DIR/output/Tor.pkg \ -f $BUILD_DIR/tor_packageroot \ -r $BUILD_DIR/tor_resources \ @@ -123,7 +123,7 @@ cp contrib/osx/privoxy.config $BUILD_DIR/privoxyconf_packageroot/Library/Privoxy find $BUILD_DIR/privoxyconf_packageroot -print0 |sudo xargs -0 chown root:wheel -$PACKAGEMAKER -build -v \ +$PACKAGEMAKER -build \ -p $BUILD_DIR/output/privoxyconf.pkg \ -f $BUILD_DIR/privoxyconf_packageroot \ -i contrib/osx/PrivoxyConfInfo.plist \ @@ -136,7 +136,7 @@ $PACKAGEMAKER -build -v \ $BUILD_DIR/torstartup_packageroot/Library/StartupItems/Tor find $BUILD_DIR/torstartup_packageroot -print0 | sudo xargs -0 chown root:wheel - $PACKAGEMAKER -build -v \ + $PACKAGEMAKER -build \ -p $BUILD_DIR/output/torstartup.pkg \ -f $BUILD_DIR/torstartup_packageroot \ -i contrib/osx/TorStartupInfo.plist \ |