summaryrefslogtreecommitdiff
path: root/sysui/desktop
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
commit4e4b3ca97a34ccfc18dc22a7ba82a3388e62fbc2 (patch)
tree94f9023774b6fcb95bee470d6e81c7a48a5ff231 /sysui/desktop
parent35a0cb470e5303c4b3361b8b1c19086b682bf3a2 (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')
-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 a6b72e43fb66..179b32719c17 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