[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9330: Remove -v. It works different in Panther than Tiger. Go figu (tor/trunk/contrib/osx)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9330: Remove -v. It works different in Panther than Tiger. Go figu (tor/trunk/contrib/osx)
- From: phobos@xxxxxxxx
- Date: Wed, 10 Jan 2007 19:38:08 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 10 Jan 2007 19:38:15 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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 \