mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
kiss: Fix mkdir
This commit is contained in:
parent
e49305ec44
commit
321eb542fe
2
kiss
2
kiss
@ -941,7 +941,7 @@ pkg_install() {
|
|||||||
cd "$tar_dir/$pkg_name"
|
cd "$tar_dir/$pkg_name"
|
||||||
|
|
||||||
# Create all directories beforehand.
|
# Create all directories beforehand.
|
||||||
find etc -type d -exec mkdir -p {} +
|
find etc -type d -exec mkdir -p /{} +
|
||||||
|
|
||||||
# Handle files in /etc/ based on a 3-way checksum check.
|
# Handle files in /etc/ based on a 3-way checksum check.
|
||||||
find etc -type f | while read -r file; do
|
find etc -type f | while read -r file; do
|
||||||
|
Loading…
Reference in New Issue
Block a user