Codebase list sysvinit / 3a6ebb3
Fixed tar flag and typo in Makefile to make sure archive is properly compressed. Jesse Smith 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1010
1111 dist: $(TARBALL)
1212 @cp $(TARBALL) .
13 @echo "tarball $(PACKAGE)-$(VERSION).tar.bz2 ready"
13 @echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready"
1414 rm -rf $(TMP)
1515
1616 upload: $(SFTPBATCH)
3131 @gpg -q -ba --use-agent -o $@ $<
3232
3333 $(TARBALL): $(TMP)/$(PACKAGE)-$(VERSION)
34 @tar --exclude=.git --owner=nobody --group=nogroup -cf $@ -C $(TMP) $(PACKAGE)-$(VERSION)
34 @tar --exclude=.git --owner=nobody --group=nogroup -cJf $@ -C $(TMP) $(PACKAGE)-$(VERSION)
3535
3636 $(TMP)/$(PACKAGE)-$(VERSION):
3737 @mkdir -p $(TMP)/$(PACKAGE)-$(VERSION)