diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:58:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:58:22 +0000 |
commit | ff046c80351b590d307dd81f83006ed4baf85245 (patch) | |
tree | 2527e5b8ca33b98d08b71882613461d0477bb215 /sysui/desktop/util | |
parent | 8883bb7f2f688356ceccb87c8e6a694474c3d26b (diff) |
INTEGRATION: CWS execshellmacrogone (1.15.12); FILE MERGED
2007/10/24 08:42:22 rene 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED
2007/10/24 06:35:50 rene 1.15.12.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'sysui/desktop/util')
-rw-r--r-- | sysui/desktop/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk index 700034e134f6..98ea3effec07 100644 --- a/sysui/desktop/util/makefile.mk +++ b/sysui/desktop/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: ihi $ $Date: 2007-07-11 14:31:18 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:58:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -117,7 +117,7 @@ $(SCRIPTS) : $$(@:f) $(RPMTARFILES) : $(PKGDIR) $(MKDIRHIER) $(@:d) - tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*)} | gzip > $@ + tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell @cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*)} | gzip > $@ .ENDIF # "$(TARFILE)" != "" @@ -125,6 +125,6 @@ $(RPMTARFILES) : $(PKGDIR) $(DEBTARFILES) : $(PKGDIR) $(MKDIRHIER) $(@:d) - tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.deb)} | gzip > $@ + tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell @cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.deb)} | gzip > $@ .ENDIF |