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 --- commitpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg.in') diff --git a/commitpkg.in b/commitpkg.in index e0da32d..31adcd6 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -6,7 +6,7 @@ m4_include(lib/common.sh) # Source makepkg.conf; fail if it is not found if [[ -r '/etc/makepkg.conf' ]]; then - # shellcheck source=makepkg-x86_64.conf + # shellcheck source=config/makepkg/x86_64.conf source '/etc/makepkg.conf' else die '/etc/makepkg.conf not found!' -- cgit v1.2.3-54-g00ecf