summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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