diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:16:46 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:16:46 +0000 |
commit | 010954009130b245faf50ed229bcebff075ced64 (patch) | |
tree | ee4856acd338a0e1e86fc852f8b53bc0538f14a2 /contrib/osx/package.sh | |
parent | 4283b81a48f918daa69e68b1099fdb4172892ac4 (diff) | |
download | tor-010954009130b245faf50ed229bcebff075ced64.tar.gz tor-010954009130b245faf50ed229bcebff075ced64.zip |
First crack at version checking for OSX installer.
svn:r6665
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 989c8f320e..4715c7350d 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -93,10 +93,10 @@ EOF DOC=$BUILD_DIR/tor_resources/documents mkdir $DOC mkdir $DOC/howto -cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto -cp doc/website/tor-doc-server.html.* $DOC/howto -cp doc/website/tor-hidden-service.html.* $DOC/howto -cp doc/website/tor-switchproxy.html.* $DOC/howto +#cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto +#cp doc/website/tor-doc-server.html.* $DOC/howto +#cp doc/website/tor-hidden-service.html.* $DOC/howto +#cp doc/website/tor-switchproxy.html.* $DOC/howto #mkdir $DOC/img #cp doc/img/screenshot-osx* $DOC/img cp AUTHORS $DOC/AUTHORS.txt @@ -149,7 +149,7 @@ mkdir -p "$MPKG/Contents/Resources" echo -n "pmkrpkg1" > "$MPKG/Contents/PkgInfo" cp contrib/osx/ReadMe.rtf "$MPKG/Contents/Resources" #cp contrib/osx/License.rtf "$MPKG/Contents/Resources" -cp contrib/osx/TorBundleInfo.plist "$MPKG/Contents/Info.plist" +sed -E -e "s/OSVER/$OSVER/" contrib/osx/TorBundleInfo.plist > "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleWelcome.rtf "$MPKG/Contents/Resources/Welcome.rtf" cp contrib/osx/TorBundleDesc.plist "$MPKG/Contents/Resources/Description.plist" cp contrib/osx/tor_logo.gif "$MPKG/Contents/Resources/background.gif" |