forked from kiss-community/kiss
misc: nit
This commit is contained in:
parent
c2f90e93b0
commit
cec912a496
6
kiss
6
kiss
@ -668,10 +668,8 @@ pkg_manifest() {
|
||||
find . ! -path . -type d -exec printf '%s/\n' {} + \
|
||||
-o \( ! -type d -a ! -name \*.la -a ! -name charset.alias \) -print |
|
||||
|
||||
# sort: Sort the output in *reverse*. Directories appear *after* their
|
||||
# contents.
|
||||
# sed: Remove the first character in each line (./dir -> /dir) and
|
||||
# remove all lines which only contain '.'.
|
||||
# Sort the output in reverse. Directories appear after their contents.
|
||||
# Remove the first character in each line (./dir -> /dir) and
|
||||
sort -r | sed ss.ss > "$PWD/$pkg_db/$1/manifest"
|
||||
|
||||
cd "$OLDPWD"
|
||||
|
Loading…
Reference in New Issue
Block a user