diff options
Diffstat (limited to 'checkpkg')
-rwxr-xr-x | checkpkg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,9 @@ if [ ! -f PKGBUILD ]; then fi source PKGBUILD - +if [ "$arch" == "any" ]; then + CARCH="any" +fi pkgfile=${pkgname}-${pkgver}-${pkgrel}-${CARCH}${PKGEXT} oldstylepkgfile=${pkgname}-${pkgver}-${pkgrel}${PKGEXT} |