summaryrefslogtreecommitdiff
path: root/sysui/desktop/mandriva
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:34:00 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:34:00 +0000
commitbc215bf58d4b826053da8ae782d449ecaf073208 (patch)
treed35144c00d1d1f6e1c0d150b3d58fef4c2cd30d1 /sysui/desktop/mandriva
parentbafa1f7352e92442306689bf8bc9959fd274ca64 (diff)
INTEGRATION: CWS ause069 (1.9.52); FILE MERGED
2007/01/11 00:30:36 hjs 1.9.52.3: RESYNC: (1.10-1.11); FILE MERGED 2006/12/04 22:44:33 hjs 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/24 14:40:37 hjs 1.9.52.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop/mandriva')
-rw-r--r--sysui/desktop/mandriva/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/mandriva/makefile.mk b/sysui/desktop/mandriva/makefile.mk
index fa09eca36228..d0a218293ed8 100644
--- a/sysui/desktop/mandriva/makefile.mk
+++ b/sysui/desktop/mandriva/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: ihi $ $Date: 2006-12-19 11:26:12 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:34:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -253,6 +253,6 @@ $(RPMFILE) : $(RPMDEPN) $(MISC)/$(TARGET)-menus.spec
--define "unixfilename $(UNIXFILENAME)" \
--define "iconprefix $(ICONPREFIX)" \
--define "version $(PKGVERSION)" --define "release $(PKGREV)" && $(TOUCH) $(MISC)$/$(TARGET).rpmflag
- @+$(TYPE) $(MISC)$/$(TARGET).rpmflag || echo "ERROR: packing $(TARGET) failed! "
+ @$(TYPE) $(MISC)$/$(TARGET).rpmflag || echo "ERROR: packing $(TARGET) failed! "
.ENDIF