diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-10-11 19:19:07 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-10-11 19:19:07 +0000 |
commit | a0deebbadbdddf979c32350c43169891d9c709e8 (patch) | |
tree | fedf6879fa06ce8c4958d2cd52b07afd6f9078fd | |
parent | 324b2859cf1e710d89e1d38672b2600993b82eb6 (diff) | |
download | cpt-a0deebbadbdddf979c32350c43169891d9c709e8.tar.gz |
kiss: fix etc bug
FossilOrigin-Name: ac71149464793cc4203a10968ebb3ca321d078dcdddfbbfba002f275e81b96fd
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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|'') |