[Pkg-privacy-commits] [torbrowser-launcher] 324/476: don't use hardcoded path to relaunch self

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:51 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 5923853bdb20782f7d6d258296f2a2e45b979878
Author: Leif Ryge <leif at synthesize.us>
Date:   Mon Aug 11 11:14:16 2014 +0000

    don't use hardcoded path to relaunch self
---
 torbrowser-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index 40087d2..69c65ca 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -173,7 +173,7 @@ class TBLCommon:
                     'local': tbb_local,
                 },
                 'old_data_dir': old_tbb_data,
-                'tbl_bin': '/usr/bin/torbrowser-launcher',
+                'tbl_bin': __file__,
                 'icon_file': os.path.join(os.path.dirname(SHARE), 'pixmaps/torbrowser80.xpm'),
                 'torproject_pem': os.path.join(SHARE, 'torproject.pem'),
                 'erinn_key': os.path.join(SHARE, 'erinn.asc'),

-- 
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