diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-11 16:20:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-13 09:26:17 +0200 |
commit | d01478a87aaf7c61d6be5d6eae9812c218497239 (patch) | |
tree | 2f3e9d42b875c0c34418d7aac957371bdbb18ff5 /desktop | |
parent | 47f9150848d0829fc2cf257ccb48a0ced9d28bec (diff) |
install Pyuno using Package
Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Pyuno_passive_python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Pyuno_passive_python.mk b/desktop/Pyuno_passive_python.mk index d13431d71e0d..348de4aacfb6 100644 --- a/desktop/Pyuno_passive_python.mk +++ b/desktop/Pyuno_passive_python.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Pyuno_Pyuno,passive_python,$(SRCDIR)/desktop/test/deployment/passive)) -$(eval $(call gb_Pyuno_add_files,passive_python, \ +$(eval $(call gb_Pyuno_add_files,passive_python,,\ passive_python.py \ )) |