diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-01 16:26:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-01 16:55:42 +0200 |
commit | 3c790299c29a45fdf0d5d7c6ffdb9be82d74d367 (patch) | |
tree | a178ca29e0aea28032d0edbabc0340b8a82bcd77 /officecfg | |
parent | d82ab86b2edcb7a91e0669910fe59f21c738e09e (diff) |
install officecfg_misc using filelist
Change-Id: I05594cd52332e863ac23a8255cd291b16b9b034c
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Package_misc.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/officecfg/Package_misc.mk b/officecfg/Package_misc.mk index 9e842252ae05..b4e8bd55b89b 100644 --- a/officecfg/Package_misc.mk +++ b/officecfg/Package_misc.mk @@ -19,7 +19,9 @@ $(eval $(call gb_Package_Package,officecfg_misc,$(SRCDIR)/officecfg)) -$(eval $(call gb_Package_add_file,officecfg_misc,xml/oo-ldap.xcd.sample,registry/schema/oo-ldap.xcd.sample)) -$(eval $(call gb_Package_add_file,officecfg_misc,xml/oo-ad-ldap.xcd.sample,registry/schema/oo-ad-ldap.xcd.sample)) +$(eval $(call gb_Package_set_outdir,officecfg_misc,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,officecfg_misc,share/registry/oo-ldap.xcd.sample,registry/schema/oo-ldap.xcd.sample)) +$(eval $(call gb_Package_add_file,officecfg_misc,share/registry/oo-ad-ldap.xcd.sample,registry/schema/oo-ad-ldap.xcd.sample)) # vim: set noet sw=4 ts=4: |