diff options
author | Andras Timar <atimar@suse.com> | 2012-12-12 10:07:35 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-14 12:20:13 +0100 |
commit | c7b1a2fe811f1d5a233cd790cec9067cea246845 (patch) | |
tree | 7d7a4ea48a67b54f8d1848e75db97341fdbf4275 /postprocess | |
parent | a9a734a680dda8c177f92cf2f14061c9b785ec8d (diff) |
Make KeyID (qtz) work again
Conflicts:
configure.ac
Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index f576a106c322..819dbabf8695 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -517,6 +517,7 @@ $(MISC)/lang/Langpack-{$(alllangiso)}.xcd : $(SOLARXMLDIR)/$(MY_MOD)/$$(@:b).xcu $(MISC)/lang/Langpack-%.xcd .ERRREMOVE : $(MKDIRHIER) $(@:d) + echo '************ $(alllangiso) ***************' - $(RM) $(MISC)/$(@:b).list echo '<list><dependency file="main"/>' \ '<filename>$(MY_MOD)/$(@:b).xcu</filename></list>' > $(MISC)/$(@:b).list |