diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 08:17:51 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 16:44:48 +0200 |
commit | d7f00e2e8aa4f91c340f3f7c4856259abee13b16 (patch) | |
tree | 74d9b950569082817c43645b97e7a3f0354899cb | |
parent | cb8066dcc9655878656865ecb61a611a0e3bce95 (diff) |
install package DTD using filelist
Change-Id: I5c0ec48ecd8616358b728d426bc5ef91aa6b08e3
-rw-r--r-- | package/Package_dtd.mk | 4 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/package/Package_dtd.mk b/package/Package_dtd.mk index 7fd963ea8fbb..a318f766717d 100644 --- a/package/Package_dtd.mk +++ b/package/Package_dtd.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Package_Package,package_dtd,$(SRCDIR)/package/dtd)) -$(eval $(call gb_Package_add_file,package_dtd,bin/Manifest.dtd,Manifest.dtd)) +$(eval $(call gb_Package_set_outdir,package_dtd,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,package_dtd,share/dtd/officedocument/1_0/Manifest.dtd,Manifest.dtd)) # vim: set noet sw=4 ts=4: diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 56a03d86cc56..feed1cea1502 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -286,9 +286,9 @@ End File gid_File_Dtd_Manifest TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Dtd_Ooo_1_0; - Name = "Manifest.dtd"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "package_dtd.filelist"; End File gid_File_Dtd_Module |