summaryrefslogtreecommitdiff
path: root/solenv/inc/extension_pre.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-12-08 20:09:08 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-08 20:09:08 +0000
commit1bf09eae38f9bee4608ed94e06cdf6bf965149a7 (patch)
tree2d3d015e8981d5e5b4fbfa6b1a4073d6d17b7fa3 /solenv/inc/extension_pre.mk
parentea16d7259fab7828673a14ef1a47fe116fa7dfce (diff)
fixup extensions' LICENSE file re-use rules
Diffstat (limited to 'solenv/inc/extension_pre.mk')
-rw-r--r--solenv/inc/extension_pre.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/extension_pre.mk b/solenv/inc/extension_pre.mk
index abef2e7f8b73..7fd8f5d86c85 100644
--- a/solenv/inc/extension_pre.mk
+++ b/solenv/inc/extension_pre.mk
@@ -39,11 +39,11 @@ COMPONENT_MANIFEST*:=$(EXTENSIONDIR)/META-INF/manifest.xml
MANIFEST_SRC*:=manifest.xml
.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
-PACKLICS*:=$(foreach,i,$(alllangiso) $(EXTENSIONDIR)/registration/license_$i.txt)
-COMPONENT_LIC_TEMPL*:=registration/license_xxx.txt
+PACKLICS*:=$(EXTENSIONDIR)/registration/license.txt
+COMPONENT_LIC_TEMPL*:=registration/license.txt
.ELSE
-PACKLICS*:=$(foreach,i,$(alllangiso) $(EXTENSIONDIR)/registration/LICENSE_$i)
-COMPONENT_LIC_TEMPL*:=registration/LICENSE_xxx
+PACKLICS*:=$(EXTENSIONDIR)/registration/LICENSE
+COMPONENT_LIC_TEMPL*:=registration/LICENSE
.ENDIF
#TODO: check ZIP9TARGET for previous use!