summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-01-23 19:17:28 +0000
committerFrancois Pons <fpons@mandriva.com>2001-01-23 19:17:28 +0000
commitf2ffe35cc38bbc06c4b22752659f6ba2fc241f21 (patch)
tree490d5ce608872c4e990463b562602ffda5c62b53 /Makefile
parenta71696ecaa4d71cdbd9bf230202f41379083fde0 (diff)
downloadurpmi-f2ffe35cc38bbc06c4b22752659f6ba2fc241f21.tar
urpmi-f2ffe35cc38bbc06c4b22752659f6ba2fc241f21.tar.gz
urpmi-f2ffe35cc38bbc06c4b22752659f6ba2fc241f21.tar.bz2
urpmi-f2ffe35cc38bbc06c4b22752659f6ba2fc241f21.tar.xz
urpmi-f2ffe35cc38bbc06c4b22752659f6ba2fc241f21.zip
updated not to use moving flags of tar with bzip2 manipulation...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 100ad73d..9b6c2daa 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ autoirpm.update-all: %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@
tar: clean
- cd .. ; tar cfy $(TAR) urpmi
+ cd .. ; tar cf - urpmi | bzip2 -9 >$(TAR)
rpm: tar
cp -f ../$(TAR) $(RPM)/SOURCES