forked from kiss-community/kiss
kiss: clean up
This commit is contained in:
parent
2fa6d29f16
commit
be3aa8928e
2
kiss
2
kiss
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user