Blob Blame History Raw
--- setup.py~	2019-07-25 10:43:23.000000000 -0500
+++ setup.py	2019-07-25 10:52:14.441032628 -0500
@@ -90,7 +90,7 @@
             ('/etc/apparmor.d/tunables/', ['apparmor/tunables/torbrowser'])
         ]
 
-datafiles += [('/usr/share/locale/', create_mo_files())]
+datafiles += [(sys.prefix + '/share/locale/', create_mo_files())]
 
 setup(
     name='torbrowser-launcher',