[arch-commits] CVS update of core/support/madwifi-utils (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Oct 8 15:25:35 UTC 2007


    Date: Monday, October 8, 2007 @ 11:25:35
  Author: alexander
    Path: /home/cvs-core/core/support/madwifi-utils

Modified: PKGBUILD (1.11 -> 1.12)

* added switch to export ARCH as i386 and not i686 to make it build with linux32


----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: core/support/madwifi-utils/PKGBUILD
diff -u core/support/madwifi-utils/PKGBUILD:1.11 core/support/madwifi-utils/PKGBUILD:1.12
--- core/support/madwifi-utils/PKGBUILD:1.11	Mon Oct  8 11:19:19 2007
+++ core/support/madwifi-utils/PKGBUILD	Mon Oct  8 11:25:35 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.11 2007/10/08 15:19:19 alexander Exp $
+# $Id: PKGBUILD,v 1.12 2007/10/08 15:25:35 alexander Exp $
 # Originally by kleptophobiac <kleptophobiac at gmail.com>
 # Modified by James Rayner for the repositories <iphitus at gmail.com>
 
@@ -18,6 +18,8 @@
 source=(http://downloads.sourceforge.net/sourceforge/madwifi/madwifi-$pkgver.tar.gz)
 
 build() {
+  [ "${CARCH}" == "i686" ] && export ARCH=i386
+
   export KERNELPATH=/lib/modules/${_kernver}/build
   cd $startdir/src/madwifi-$pkgver
   make tools|| return 1




More information about the arch-commits mailing list