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

Allan McRae allan at archlinux.org
Mon May 9 04:23:36 UTC 2011


    Date: Monday, May 9, 2011 @ 00:23:35
  Author: allan
Revision: 123188

use srcdir instead of stratdir

Modified:
  ndiswrapper/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-09 03:33:15 UTC (rev 123187)
+++ PKGBUILD	2011-05-09 04:23:35 UTC (rev 123188)
@@ -25,9 +25,9 @@
 build()
 {
   cd $srcdir/ndiswrapper-$pkgver/driver
-  patch -Np2 -i $startdir/kernel-2.6.35.patch
-  patch -Np2 -i $startdir/kernel-2.6.36.patch
-  patch -Np3 -i $startdir/kernel-2.6.38.patch
+  patch -Np2 -i $srcdir/kernel-2.6.35.patch
+  patch -Np2 -i $srcdir/kernel-2.6.36.patch
+  patch -Np3 -i $srcdir/kernel-2.6.38.patch
   make KVERS=$_kernver
 }
 




More information about the arch-commits mailing list