carbon-config

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

commit 5380a1811961b8be886c28a532db8e24ad86588d
parent 50f83ab8012a9ecd9cf0a5a42433ca9871e00d7f
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 26 Jul 2022 02:33:10 +0200

Fix filter path

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

diff --git a/postinstall b/postinstall @@ -115,7 +115,7 @@ setup_fileset() { -aA --delete --log-format=$'%i\t%B\t%U:%G\t%M\t%l\t%n' - --filter="merge postinstall.rsfilter" + --filter="merge conf/postinstall.rsfilter" ) $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 $?