Make packages tarballs now

This commit is contained in:
Neale Pickett 2013-06-17 10:48:50 -06:00
parent cfa8c45c89
commit 9c1bf6cb11
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ $(foreach p, $(PACKAGES), $(eval $p-clean: $p-pkgclean))
$(BIN)/%.pkg: %-install
@ mkdir -p $(@D)
mksquashfs $(TARGET)/$* $@ -all-root -noappend -no-progress
(cd $(TARGET); tar czf - $*) > $@