[arch-commits] Commit in tiacx/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue Jun 15 06:33:23 UTC 2010


    Date: Tuesday, June 15, 2010 @ 02:33:22
  Author: allan
Revision: 82669

fix $startdir usage

Modified:
  tiacx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-15 06:31:35 UTC (rev 82668)
+++ PKGBUILD	2010-06-15 06:33:22 UTC (rev 82669)
@@ -19,13 +19,13 @@
 _kernver=2.6.34-ARCH
 
 build() {
-    cd $startdir/src/acx-$pkgver
+    cd $srcdir/acx-$pkgver
     patch -Np1 -i ../kernel-2.6.27.patch || return 1
     patch -Np0 -i ../kernel-2.6.30.patch || return 1
     patch -Np1 -i ../kernel-2.6.31.patch || return 1
     patch -Np0 -i ../kernel-2.6.33.patch || return 1
     make -C /lib/modules/${_kernver}/build M=`pwd` || return 1
-    install -D acx.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/tiacx/acx.ko
+    install -D acx.ko $pkgdir/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