rio: 0.0.36 -> 0.0.37
[NixPkgs.git] / pkgs / applications / misc / ulauncher / fix-path.patch
blobbb5b8e38d331245b1133029582f79f72c4d6e0de
1 diff --git a/setup.py b/setup.py
2 index 3616104..e9bbfda 100755
3 --- a/setup.py
4 +++ b/setup.py
5 @@ -94,7 +94,7 @@
6 # Root is undefined if not installing into an alternate root
7 root = self.root or "/"
8 target_data = '/' + os.path.relpath(self.install_data, root) + '/'
9 - target_pkgdata = target_data + 'share/ulauncher/'
10 + target_pkgdata = '@out@/share/ulauncher/'
11 target_scripts = '/' + os.path.relpath(self.install_scripts,
12 root) + '/'