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
This commit is contained in:
parent
12f3b7e192
commit
47838389cb
1 changed files with 10 additions and 2 deletions
|
@ -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" > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue