diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-18 20:59:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-18 20:59:14 +0000 |
commit | 4b400312de504885f722e5f726ce10527c43da1d (patch) | |
tree | e60e4512f6e6ee67a7d6e585332d9e8119a0f009 /contrib/osx/package.sh | |
parent | 7c29b65466ca0a6c4e4e43130815b3fcfb8cb718 (diff) | |
download | tor-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.sh | 2 |
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 |