mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
Merge pull request #5 from konimex/master
pkg_tar: actually compress as gzip
This commit is contained in:
commit
fe00112963
2
puke
2
puke
@ -89,7 +89,7 @@ pkg_manifest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_tar() {
|
pkg_tar() {
|
||||||
tar pcf "$bin_dir/$pkg" -C "$pkg_dir" . || die "Failed to create package."
|
tar zpcf "$bin_dir/$pkg" -C "$pkg_dir" . || die "Failed to create package."
|
||||||
log "Use '$0 install $name' to install the package."
|
log "Use '$0 install $name' to install the package."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user