[or-cvs] r9330: Remove -v. It works different in Panther than Tiger. Go figu (tor/trunk/contrib/osx)

phobos at seul.org phobos at seul.org
Thu Jan 11 00:38:08 UTC 2007


Author: phobos
Date: 2007-01-10 19:38:08 -0500 (Wed, 10 Jan 2007)
New Revision: 9330

Modified:
   tor/trunk/contrib/osx/package.sh
Log:
Remove -v.  It works different in Panther than Tiger.  Go figure.


Modified: tor/trunk/contrib/osx/package.sh
===================================================================
--- tor/trunk/contrib/osx/package.sh	2007-01-11 00:36:15 UTC (rev 9329)
+++ tor/trunk/contrib/osx/package.sh	2007-01-11 00:38:08 UTC (rev 9330)
@@ -110,7 +110,7 @@
 
 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 @@
 
 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 @@
    $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  \



More information about the tor-commits mailing list