diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-28 22:40:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:49 +0100 |
commit | 368729decbf368161b0fed3be262c2bad840b6f6 (patch) | |
tree | 993dd8bf9eb86fac598d44522deecb018289881f /Repository.mk | |
parent | f4fac5eed2b17782f0255127e837cb2f07253d92 (diff) |
scp2: move python executables to AutoInstall
Change-Id: I94919f11150f39148219afc613ced99f74c539c0
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index b624d92ab8c0..f7f29a67b98a 100644 --- a/Repository.mk +++ b/Repository.mk @@ -102,6 +102,12 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \ )) endif +$(eval $(call gb_Helper_register_executables_for_install,OOO,python, \ + $(if $(filter WNT,$(OS)), \ + python \ + ) \ +)) + ifneq ($(ENABLE_PDFIMPORT),) $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \ xpdfimport \ @@ -127,7 +133,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \ $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \ $(if $(filter WNT,$(OS)), \ odbcconfig \ - python \ quickstart \ sbase \ scalc \ |