fix wrong patch dir path.

This commit is contained in:
debuggerx 2021-08-03 14:13:22 +08:00
parent f6691914c7
commit 705596a29c

View File

@ -23,7 +23,7 @@ cp ../config .config
# apply patches
# shellcheck source=src/util.sh
source ./patch.d/*.sh
source ../patch.d/*.sh
# build deb packages
CPU_CORES=$(grep -c processor < /proc/cpuinfo)