python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / applications / misc / ulauncher / fix-path.patch
blob2936df65194eff9f67ac300cd020025383f0ef50
1 diff --git a/setup.py b/setup.py
2 index 3616104..e9bbfda 100755
3 --- a/setup.py
4 +++ b/setup.py
5 @@ -112,7 +112,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
6 DistUtilsExtra.auto.install_auto.run(self)
8 target_data = '/' + os.path.relpath(self.install_data, self.root) + '/'
9 - target_pkgdata = target_data + 'share/ulauncher/'
10 + target_pkgdata = '@out@/share/ulauncher/'
11 target_scripts = '/' + os.path.relpath(self.install_scripts,
12 self.root) + '/'