1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-04 22:15:36 -07:00

pkg_manifest: sort before writing to manifest file

This commit is contained in:
Muhammad Herdiansyah 2019-06-17 20:25:15 +07:00
parent e0add80c9c
commit 3e0e12f95a

2
kiss
View File

@ -126,7 +126,7 @@ pkg_strip() {
pkg_manifest() {
(cd "$pkg_dir" && find ./*) | sed -e ss.ss -e '1!G;h;$!d' |
tee manifest > "$pkg_db/$name/manifest"
sort | tee manifest > "$pkg_db/$name/manifest"
}
pkg_tar() {