summaryrefslogtreecommitdiff
path: root/sysui/desktop/solaris
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 12:56:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 12:56:23 +0000
commit3ca632fc509aa9162bb4badd56966c48dfee9ff1 (patch)
tree5856bfa97efa4a1cab6d90175a02d73b157c691b /sysui/desktop/solaris
parent5c10d4af0c6d694c0e1173ee633596a669170ccc (diff)
INTEGRATION: CWS sb83 (1.18.22); FILE MERGED
2008/03/11 09:21:20 obr 1.18.22.1: #i86878# adapt to new package structure
Diffstat (limited to 'sysui/desktop/solaris')
-rw-r--r--sysui/desktop/solaris/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysui/desktop/solaris/makefile.mk b/sysui/desktop/solaris/makefile.mk
index e118d4136b58..5f18c8468a0e 100644
--- a/sysui/desktop/solaris/makefile.mk
+++ b/sysui/desktop/solaris/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: rt $ $Date: 2007-11-06 15:58:05 $
+# last change: $Author: vg $ $Date: 2008-03-18 13:56:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -77,14 +77,14 @@ $(MISC)/{$(PRODUCTLIST)}/{pkginfo depend} : $$(@:f) ../productversion.mk makefil
# --- space, postinstall & mailcap ---------------------------------
# Copy the prototype file to $(MISC)
-$(MISC)/{$(PRODUCTLIST)}/{space postinstall mailcap} : $$(@:f) ../productversion.mk
+$(MISC)/{$(PRODUCTLIST)}/{space postinstall checkinstall mailcap} : $$(@:f) ../productversion.mk
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(@:d:d:f))/g" -e "s_%SOURCE_$(MISC)/$(@:d:d:f)_g" > $@
# --- checkinstall & copyright--------------------------------
# Copy the checkinstall and copyright file to $(MISC)
-$(MISC)/{$(PRODUCTLIST)}/{checkinstall copyright} : $$(@:f)
+$(MISC)/{$(PRODUCTLIST)}/{copyright} : $$(@:f)
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" > $@