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

Tobias Powalowski tpowa at archlinux.org
Sat Mar 8 16:30:35 UTC 2008


    Date: Saturday, March 8, 2008 @ 11:30:35
  Author: tpowa
    Path: /home/cvs-core/core/support/tiacx

Modified: PKGBUILD (1.1 -> 1.2)

'upgpkg: fixed module install path, add it to the other wireless drivers!'


----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: core/support/tiacx/PKGBUILD
diff -u core/support/tiacx/PKGBUILD:1.1 core/support/tiacx/PKGBUILD:1.2
--- core/support/tiacx/PKGBUILD:1.1	Mon Feb 18 18:02:26 2008
+++ core/support/tiacx/PKGBUILD	Sat Mar  8 11:30:32 2008
@@ -2,7 +2,7 @@
 
 pkgname=tiacx
 pkgver=20080210
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 url="http://acx100.sourceforge.net/"
@@ -16,7 +16,7 @@
 build() {
     cd $startdir/src/acx-$pkgver
     make -C /lib/modules/${_kernver}/build M=`pwd` || return 1
-    install -D acx.ko $startdir/pkg/lib/modules/${_kernver}/extra/acx.ko
+    install -D acx.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/tiacx/acx.ko
     sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
 }
 md5sums=('7d5ce3215708e4e9f95cf567a9ee3a12')




More information about the arch-commits mailing list