summaryrefslogtreecommitdiff
path: root/contrib/osx/package.sh
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-18 20:59:14 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-18 20:59:14 +0000
commit4b400312de504885f722e5f726ce10527c43da1d (patch)
treee60e4512f6e6ee67a7d6e585332d9e8119a0f009 /contrib/osx/package.sh
parent7c29b65466ca0a6c4e4e43130815b3fcfb8cb718 (diff)
downloadtor-4b400312de504885f722e5f726ce10527c43da1d.tar.gz
tor-4b400312de504885f722e5f726ce10527c43da1d.zip
Mac packaging magic: make man pages useable, and do not overwrite existing torrc files.
svn:r3774
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r--contrib/osx/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index 0a2976226c..afb7268566 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -48,7 +48,7 @@ done
### Make Tor package.
make install DESTDIR=$BUILD_DIR/tor_packageroot
-mv $BUILD_DIR/tor_packageroot/Library/Tor/torrc.sample $BUILD_DIR/tor_packageroot/Library/Tor/torrc
+#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
cp contrib/osx/TorPostflight $BUILD_DIR/tor_resources/postflight