index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-05-18 02:24:58 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-22 01:05:02 +0200 |
commit | e1a51770b26f3b36f24dc5668253eda23a8c8bcf (patch) | |
tree | bc18f397e12da36617d12923c94281a2eb157cc4 /checkpkg.in | |
parent | bb1a89a8372b5b8c5372578b2ffe4b7ff04f0843 (diff) |
-rw-r--r-- | checkpkg.in | 2 |
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!" |