Skip to content

Commit

Permalink
"make package" now generates .tar.gz, instead of .tar.bz2 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 19, 2002
1 parent b7cd18b commit 8d9721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -309,7 +309,7 @@ BINSCOMMON := LICENSE.TXT physfs.h

.PHONY: package msbins win32bins nocygwin
package: clean
cd .. ; mv physfs physfs-$(VERFULL) ; tar -cyvvf ./physfs-$(VERFULL).tar.bz2 --exclude="*CVS*" physfs-$(VERFULL) ; mv physfs-$(VERFULL) physfs
cd .. ; mv physfs physfs-$(VERFULL) ; tar -czvvf ./physfs-$(VERFULL).tar.gz --exclude="*CVS*" physfs-$(VERFULL) ; mv physfs-$(VERFULL) physfs


ifeq ($(strip $(cygwin)),true)
Expand Down

0 comments on commit 8d9721f

Please sign in to comment.