summaryrefslogtreecommitdiff
path: root/sysui/desktop/solaris/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 14:39:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 14:39:01 +0000
commit2f01d3e326c6811fc19907c4cf824bbe991f97de (patch)
tree42ae229ee7c859504ca17c65d016a60ae9f8d10a /sysui/desktop/solaris/makefile.mk
parent4d7b20eedfc590adabc9f76083fcb48047a88cc2 (diff)
INTEGRATION: CWS sysui05 (1.7.12); FILE MERGED
2005/02/21 14:55:45 obr 1.7.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions
Diffstat (limited to 'sysui/desktop/solaris/makefile.mk')
-rw-r--r--sysui/desktop/solaris/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/sysui/desktop/solaris/makefile.mk b/sysui/desktop/solaris/makefile.mk
index a5ea043aa9..ae57b36d2b 100644
--- a/sysui/desktop/solaris/makefile.mk
+++ b/sysui/desktop/solaris/makefile.mk
@@ -162,10 +162,18 @@ $(MISC)/$(TARGET)/pkginfo : $$(@:f) ../productversion.mk
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(LONGPRODUCTNAME)/g" > $@
-# --- space, prototype, postinstall & mailcap --------------------
+# --- prototype ---------------------------------------------------
# Copy the prototype file to $(MISC)
-$(MISC)/$(TARGET)/{space prototype postinstall mailcap} : $$(@:f) ../productversion.mk
+$(MISC)/$(TARGET)/prototype : $$(@:f) ../productversion.mk $(MISC)/cde/$(UNIXFILENAME).flag
+ @$(MKDIRHIER) $(@:d)
+ @cat $(@:f) | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" -e "s_%SOURCE_$(MISC)/$(TARGET)_g" > $@
+ @pkgproto $(MISC)/cde/types=usr/dt/appconfig/types | awk '{ printf "%s %s %s 0%d%d root bin\n",$$1, $$2, $$3, $$4/100, $$4%10*11 }' >> $@
+
+# --- space, postinstall & mailcap ---------------------------------
+
+# Copy the prototype file to $(MISC)
+$(MISC)/$(TARGET)/{space postinstall mailcap} : $$(@:f) ../productversion.mk
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" -e "s_%SOURCE_$(MISC)/$(TARGET)_g" > $@