Kaydet (Commit) b605c244 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix bit-rot in TiledLibreOffice build

Change-Id: Ib81c4de359f2940933d500f8d9f1b4faa92625cb
üst f9218383
...@@ -53,11 +53,11 @@ TiledLibreOffice_setup: ...@@ -53,11 +53,11 @@ TiledLibreOffice_setup:
mkdir -p $(TiledLibreOffice_resource)/ure mkdir -p $(TiledLibreOffice_resource)/ure
# copy rdb files # copy rdb files
cp $(INSTDIR)/ure/share/misc/types.rdb $(TiledLibreOffice_resource) cp $(INSTDIR)/program/types.rdb $(TiledLibreOffice_resource)
cp $(INSTDIR)/program/types/offapi.rdb $(TiledLibreOffice_resource) cp $(INSTDIR)/program/types/offapi.rdb $(TiledLibreOffice_resource)
cp $(INSTDIR)/program/types/oovbaapi.rdb $(TiledLibreOffice_resource) cp $(INSTDIR)/program/types/oovbaapi.rdb $(TiledLibreOffice_resource)
cp $(INSTDIR)/program/services/services.rdb $(TiledLibreOffice_resource) cp $(INSTDIR)/program/services/services.rdb $(TiledLibreOffice_resource)
cp $(INSTDIR)/ure/share/misc/services.rdb $(TiledLibreOffice_resource)/ure cp $(INSTDIR)/program/services.rdb $(TiledLibreOffice_resource)/ure
# copy .res files # copy .res files
# program/resource is hardcoded in tools/source/rc/resmgr.cxx. Sure, # program/resource is hardcoded in tools/source/rc/resmgr.cxx. Sure,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment