Date: Friday, October 11, 2019 @ 20:23:03
  Author: heftig
Revision: 515174

minor

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-11 20:22:56 UTC (rev 515173)
+++ PKGBUILD    2019-10-11 20:23:03 UTC (rev 515174)
@@ -22,7 +22,7 @@
        # avoid using the Makefile directly -- it doesn't understand
        # any kernel but the current.
        make -C /usr/lib/modules/$KERNEL_VERSION/build \
-                       SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+                       SUBDIRS="$PWD/src" \
                        EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
                        modules
 }
@@ -34,5 +34,5 @@
        find "$pkgdir" -name '*.ko' -exec xz {} +
 
        echo "blacklist r8169" | \
-               install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+               install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/$pkgname.conf"
 }

Reply via email to