mirror of https://github.com/dirtbags/moth.git
Make packages tarballs now
This commit is contained in:
parent
9fe318fd06
commit
fc8caf7cbb
|
@ -26,4 +26,4 @@ $(foreach p, $(PACKAGES), $(eval $p-clean: $p-pkgclean))
|
||||||
|
|
||||||
$(BIN)/%.pkg: %-install
|
$(BIN)/%.pkg: %-install
|
||||||
@ mkdir -p $(@D)
|
@ mkdir -p $(@D)
|
||||||
mksquashfs $(TARGET)/$* $@ -all-root -noappend -no-progress
|
(cd $(TARGET); tar czf - $*) > $@
|
||||||
|
|
Loading…
Reference in New Issue