1diff --git a/setup.py b/setup.py
2index 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) + '/'