forked from kiss-community/kiss
misc: doc
This commit is contained in:
parent
fc05246b3b
commit
8ce7c9a701
1
kiss
1
kiss
@ -1150,6 +1150,7 @@ file_rwx() {
|
||||
|
||||
pkg_install_files() {
|
||||
# Copy files and create directories (preserving permissions).
|
||||
# The 'test $1' will run with '-z' for overwrite and '-e' for verify.
|
||||
while { read -r file && _file=$KISS_ROOT$file; } do case $file in
|
||||
/etc/*[!/])
|
||||
# Handle /etc/ files in a special way (via a 3-way checksum) to
|
||||
|
Loading…
Reference in New Issue
Block a user