Files
loongoffice/postprocess
Stephan Bergmann 768ea29246 install:module <value>s must be mutually exclusive
...so that only a single one ends up in the .xcd data.  (In the given case,
introduced with 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807
use xdg ~/Templates for default Template location," the duplication for the
unixdesktop case happened to be harmless, as the non-unixdesktop <value>
appeared in a block in main.xcd before the unixdesktop-specific <value>, so the
former was effectively ignored when reading main.xcd.)

Change-Id: I5199556ee3e6decaa07beb14a0503e1b5661f5df
2014-03-03 18:36:55 +01:00
..
2014-02-19 14:41:09 +01:00

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets
in module 'instset_native'. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
[[postprocess/prj/build.lst]] for that.