summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-18 16:14:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:05 +0200
commit0ed6f8c28e88f892c70be066394feb71d846a945 (patch)
tree44b5bfdf07b1646d9f26cb21b90f87f3c23d5eb2 /pyuno
parent41f00a356e9516aef62030668bb8f3928bdfb8f2 (diff)
pyuno: another filelist to make instdir better
Change-Id: Ieda9b3847de3de8989eaafc542e60216baa1af4d
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Package_python_shell.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyuno/Package_python_shell.mk b/pyuno/Package_python_shell.mk
index 6aed55ab71dd..306e2430ba20 100644
--- a/pyuno/Package_python_shell.mk
+++ b/pyuno/Package_python_shell.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,python_shell,$(call gb_CustomTarget_get_workdir,pyuno/python_shell)))
-$(eval $(call gb_Package_add_file,python_shell,bin/pyuno/python,python.sh))
+$(eval $(call gb_Package_set_outdir,python_shell,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,python_shell,$(gb_Package_PROGRAMDIRNAME)/python,python.sh))
# vim: set noet sw=4 ts=4: