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