summaryrefslogtreecommitdiff
path: root/sysui/desktop/suse
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:34:26 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:34:26 +0000
commita7fc571f7499fa5c4c6f976a621465c99f70ddc2 (patch)
treeec70797a3119006af2b5508d7573fee4c35ffaa8 /sysui/desktop/suse
parentd52499725b52b19fb080c71e6cd47e8f3658f70d (diff)
INTEGRATION: CWS ause069 (1.21.52); FILE MERGED
2007/01/11 00:25:14 hjs 1.21.52.3: RESYNC: (1.22-1.23); FILE MERGED 2006/12/04 22:43:45 hjs 1.21.52.2: RESYNC: (1.21-1.22); FILE MERGED 2006/11/24 14:40:38 hjs 1.21.52.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop/suse')
-rw-r--r--sysui/desktop/suse/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/suse/makefile.mk b/sysui/desktop/suse/makefile.mk
index a6b72e43fb..179b32719c 100644
--- a/sysui/desktop/suse/makefile.mk
+++ b/sysui/desktop/suse/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.23 $
+# $Revision: 1.24 $
#
-# last change: $Author: ihi $ $Date: 2006-12-19 11:29:55 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:34:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -257,6 +257,6 @@ $(RPMFILE) : $(RPMDEPN) $(MISC)/$(TARGET)-menus.spec
--define "_builddir $(shell cd ../share; pwd)" \
--define "unixfilename $(UNIXFILENAME)" \
--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