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
1 changed files with 1 additions and 1 deletions

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() {