carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit 9ddf0ff6e3d69ee57c2e6ef8eb9b7f70bf7b30e4
parent 9ecc51f0411f6d1d15800f8ce1acfb72a8562321
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 26 Jul 2022 02:37:09 +0200

rsync filter invocation

Diffstat:
Mpostinstall | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/postinstall b/postinstall @@ -115,7 +115,8 @@ setup_fileset() { -aA --delete --log-format=$'%i\t%B\t%U:%G\t%M\t%l\t%n' - --filter=$'merge conf/postinstall.rsfilter\n- *' + --filter='merge conf/postinstall.rsfilter' + --filter='- *' ) $rsync --delete-excluded --log-file $SETUP_DIR/rsync.log.get / $SETUP_DIR/files.pre || return $? cp -a --reflink=auto $SETUP_DIR/files.pre $SETUP_DIR/files.post || return $?