- using $(AMTAR) instead or $(TAR) in the Makefile.am

- using -j instead of -I to compress using bzip2 rather than gzip
This commit is contained in:
Takashi Iwai 2002-10-07 10:41:57 +00:00
parent 524a76c93d
commit b15bba05e4

View file

@ -7,4 +7,4 @@ rpm: dist
dist-hook:
-chmod -R a+r $(distdir)
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
$(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)