diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-23 19:17:28 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-23 19:17:28 +0000 |
commit | f2ffe35cc38bbc06c4b22752659f6ba2fc241f21 (patch) | |
tree | 490d5ce608872c4e990463b562602ffda5c62b53 /Makefile | |
parent | a71696ecaa4d71cdbd9bf230202f41379083fde0 (diff) | |
download | urpmi-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |