commit 2208fd3f786fb8917fae703b99cf95ff3ce22f10
parent 885cad97746b3c5e0f69c08a0280fc0a3362de58
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Fri, 11 Oct 2019 22:19:08 +0300
kiss: fix etc bug
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kiss b/kiss
@@ -701,7 +701,7 @@ pkg_install() {
# This is repeated multiple times. Better to make it a function.
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/"
}
@@ -1018,7 +1018,7 @@ args() {
;;
v|version|-v|--version)
- log kiss 0.51.0
+ log kiss 0.52.0
;;
h|help|-h|--help|'')