kiss: clean up

This commit is contained in:
Dylan Araps 2019-09-11 08:19:15 +03:00
parent 2fa6d29f16
commit be3aa8928e
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -330,7 +330,7 @@ pkg_manifest() (
# with a trailing forward slash '/'. The list is then reversed with
# directories appearing *after* their contents.
find . -mindepth 1 -type d -exec printf '%s/\n' {} + -or -print |
sort -r | sed -e ss.ss > "$pkg_dir/$1/$pkg_db/$1/manifest"
sort -r | sed ss.ss > "$pkg_dir/$1/$pkg_db/$1/manifest"
)
pkg_tar() {