forked from kiss-community/kiss
kiss: better comment
This commit is contained in:
parent
2f6270e063
commit
5d428ce24c
3
kiss
3
kiss
@ -518,8 +518,7 @@ pkg_tar() (
|
|||||||
|
|
||||||
read -r version release < "$repo_dir/version"
|
read -r version release < "$repo_dir/version"
|
||||||
|
|
||||||
# Use 'cd' to avoid needing tar's '-C' flag which may not be portable
|
# Avoid tar -C (not portable).
|
||||||
# across implementations.
|
|
||||||
cd "$pkg_dir/$1"
|
cd "$pkg_dir/$1"
|
||||||
|
|
||||||
# Create a tarball from the contents of the built package.
|
# Create a tarball from the contents of the built package.
|
||||||
|
Loading…
Reference in New Issue
Block a user