summaryrefslogtreecommitdiff
path: root/sysui/desktop/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-06-03 08:13:57 +0000
committerKurt Zenker <kz@openoffice.org>2009-06-03 08:13:57 +0000
commit5fedf27a120ae92b6474e0d489f3018e8e317f8d (patch)
treea1d03e2241386cb4a085cb457c9cf5599780f40b /sysui/desktop/util
parentb00d8072a266ef37192a677c5be7bc0eccd5822f (diff)
CWS-TOOLING: integrate CWS sysui37
2009-05-19 12:44:43 +0200 ihi r272072 : #i101914# rpm installer fix 2009-05-18 19:08:13 +0200 ihi r272047 : #i98650# rpm rebuild issue 2009-05-18 16:52:13 +0200 ihi r272036 : #i101916# rpm fix 2009-05-18 16:39:55 +0200 ihi r272035 : #i101914# sysui rpm fix
Diffstat (limited to 'sysui/desktop/util')
-rw-r--r--sysui/desktop/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk
index 93603838abe0..42386dbc53d0 100644
--- a/sysui/desktop/util/makefile.mk
+++ b/sysui/desktop/util/makefile.mk
@@ -57,7 +57,7 @@ ALLTAR: $(RPMTARFILES) $(DEBTARFILES)
$(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)*.rpm)} | gzip > $@
.ENDIF # "$(TARFILE)" != ""