From e1a51770b26f3b36f24dc5668253eda23a8c8bcf Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Wed, 18 May 2022 02:24:58 +0200 Subject: make: split out config files into conf directory --- checkpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpkg.in') diff --git a/checkpkg.in b/checkpkg.in index aa862c5..059f752 100644 --- a/checkpkg.in +++ b/checkpkg.in @@ -63,7 +63,7 @@ done # Source makepkg.conf; fail if it is not found if [[ -r "${MAKEPKG_CONF}" ]]; then - # shellcheck source=makepkg-x86_64.conf + # shellcheck source=config/makepkg/x86_64.conf source "${MAKEPKG_CONF}" else die "${MAKEPKG_CONF} not found!" -- cgit v1.2.3-54-g00ecf