mirror of https://github.com/dirtbags/moth.git
Make packages tarballs now
This commit is contained in:
parent
aff9f2deea
commit
e0c1847601
|
@ -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