[Pkg-privacy-commits] [torbrowser-launcher] 94/476: making build_and_install.sh not delete the contents of ~/.torbrowser

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit 953002979034a0390c314737a36589c64761293e
Author: Micah Lee <micahflee at riseup.net>
Date:   Mon Apr 8 09:38:36 2013 -0700

    making build_and_install.sh not delete the contents of ~/.torbrowser
---
 build_and_install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_and_install.sh b/build_and_install.sh
index 54339bf..47af3e3 100755
--- a/build_and_install.sh
+++ b/build_and_install.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-# clean up from last time
-rm -rf ~/.torbrowser
+# to clean up from last time, run this:
+# rm -rf ~/.torbrowser
 
 # build binary package
 python setup.py --command-packages=stdeb.command bdist_deb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list