添加 slock 补丁

This commit is contained in:
2022-07-04 02:23:47 +08:00
parent 30781bf7d6
commit 2ab6f9fcc2
2 changed files with 65 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ fi
SCRIPT_DIR=$(dirname $0)
SOURCE_DIR="${SCRIPT_DIR}/../gentoo_portage/patches/x11-terms/st/"
DEST_DIR="/etc/portage/patches/x11-terms/st"
# 此处目录后面的 / 不能少
SOURCE_DIR="${SCRIPT_DIR}/../gentoo_portage/patches/"
DEST_DIR="/etc/portage/patches/"
rsync -r --delete --mkpath $SOURCE_DIR $DEST_DIR