kiss: fix etc bug

This commit is contained in:
Dylan Araps 2019-10-11 22:19:08 +03:00
parent 885cad9774
commit 2208fd3f78
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -701,7 +701,7 @@ pkg_install() {
# This is repeated multiple times. Better to make it a function. # This is repeated multiple times. Better to make it a function.
pkg_rsync() { pkg_rsync() {
rsync --chown=root:root -WhHKa --no-compress "$1" --exclude etc \ rsync --chown=root:root -WhHKa --no-compress "$1" --exclude /etc \
"$tar_dir/$pkg_name/" "$KISS_ROOT/" "$tar_dir/$pkg_name/" "$KISS_ROOT/"
} }
@ -1018,7 +1018,7 @@ args() {
;; ;;
v|version|-v|--version) v|version|-v|--version)
log kiss 0.51.0 log kiss 0.52.0
;; ;;
h|help|-h|--help|'') h|help|-h|--help|'')