diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-10 14:06:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-10 14:06:47 +0200 |
commit | 717c9643bdb991eec87540fb3102c6ef6a25fce8 (patch) | |
tree | 36dbbd8874090a16fc091723f134d9c874ecae2e /pyuno | |
parent | fb889fa870badb051a48d648f722b7895c6f8896 (diff) |
More gb_PROGRAMDIRNAME clean up
Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Package_python_scripts_install.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Package_python_scripts_install.mk b/pyuno/Package_python_scripts_install.mk index dc2f08e3fe45..49df61503a11 100644 --- a/pyuno/Package_python_scripts_install.mk +++ b/pyuno/Package_python_scripts_install.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Package_Package,pyuno_python_scripts_install,$(SRCDIR)/pyuno/so $(eval $(call gb_Package_set_outdir,pyuno_python_scripts_install,$(INSTDIR))) -$(eval $(call gb_Package_add_files,pyuno_python_scripts_install,program,\ +$(eval $(call gb_Package_add_files,pyuno_python_scripts_install,$(gb_PROGRAMDIRNAME),\ loader/pythonloader.py \ module/uno.py \ module/unohelper.py \ |