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 --- diffpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diffpkg.in') diff --git a/diffpkg.in b/diffpkg.in index 840567a..963f2c6 100644 --- a/diffpkg.in +++ b/diffpkg.in @@ -92,7 +92,7 @@ fi # 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