]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Fix SHARE so that it works to run without installing
authorMicah Lee <micah@micahflee.com>
Thu, 27 Sep 2018 18:09:14 +0000 (11:09 -0700)
committerMicah Lee <micah@micahflee.com>
Thu, 27 Sep 2018 18:09:14 +0000 (11:09 -0700)
torbrowser_launcher/common.py

index 3de422d35119218fdf9cea4c41942465126b4207..4e3a30a6db3430bd96348d0358fa667227e347f3 100644 (file)
@@ -37,7 +37,7 @@ import re
 import gettext
 import gpg
 
-SHARE = os.getenv('TBL_SHARE', sys.prefix+'/share/torbrowser-launcher')
+SHARE = os.getenv('TBL_SHARE', sys.prefix + '/share') + '/torbrowser-launcher'
 
 gettext.install('torbrowser-launcher')