index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/checkpkg.in | 2 |
diff --git a/src/checkpkg.in b/src/checkpkg.in index 059f752..da4c67b 100644 --- a/src/checkpkg.in +++ b/src/checkpkg.in @@ -82,7 +82,7 @@ if [[ ! -f PKGBUILD ]]; then die 'This must be run in the directory of a built package.' fi -# shellcheck source=PKGBUILD.proto +# shellcheck source=contrib/makepkg/PKGBUILD.proto . ./PKGBUILD if [[ ${arch[0]} == 'any' ]]; then CARCH='any' |