[arch-dev-public] [PATCH] Fix FS#16419: CARCH=any when arch=any
2 Oct
2009
2 Oct
'09
7:08 a.m.
--- checkpkg | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/checkpkg b/checkpkg index ec181bd..e9426a6 100755 --- a/checkpkg +++ b/checkpkg @@ -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} -- 1.6.4.4
2 Oct
2 Oct
10:32 p.m.
These 3 patches all look good to me, I'll merge them in tomorrow
5527
Age (days ago)
5527
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aaron Griffin
-
Francois Charette