summaryrefslogtreecommitdiffstats
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 15:27:49 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 15:47:54 +0200
commited665f24ff62bc00acd41620f91cb9dc458c8a2e (patch)
tree04263801afb22fc7b13b088f23608c87792add14 /pyuno/Module_pyuno.mk
parentcopy more rc files to instdir (diff)
downloadcore-ed665f24ff62bc00acd41620f91cb9dc458c8a2e.tar.gz
core-ed665f24ff62bc00acd41620f91cb9dc458c8a2e.zip
copy pyuno files to instdir
Change-Id: I62fa315b942c5b2383ee83c644ecbcbca3d6c40f
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 536ba40ab463..05aefa6f9da1 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -60,6 +60,12 @@ endif
endif # SYSTEM_PYTHON
+ifneq ($(gb_RUNNABLE_INSTDIR),)
+$(eval $(call gb_Module_add_targets,pyuno,\
+ Package_python_scripts_install \
+))
+endif
+
endif # DISABLE_PYTHON
# vim:set noet sw=4 ts=4: