forked from kiss-community/kiss
misc: nit
This commit is contained in:
parent
13cdbfc8dd
commit
b08eac6f02
2
kiss
2
kiss
@ -733,7 +733,7 @@ pkg_manifest() {
|
|||||||
# Sort the output in reverse. Directories appear after their contents.
|
# Sort the output in reverse. Directories appear after their contents.
|
||||||
sort -r > "$_tmp_file"
|
sort -r > "$_tmp_file"
|
||||||
|
|
||||||
# Remove the first character in each line (./dir -> /dir).
|
# Remove the prefix from each line.
|
||||||
while read -r file; do
|
while read -r file; do
|
||||||
printf '%s\n' "${file#"$2/$1"}"
|
printf '%s\n' "${file#"$2/$1"}"
|
||||||
done < "$_tmp_file" > "$2/$1/$pkg_db/$1/manifest"
|
done < "$_tmp_file" > "$2/$1/$pkg_db/$1/manifest"
|
||||||
|
Loading…
Reference in New Issue
Block a user