Date: Sunday, July 29, 2018 @ 12:26:29
  Author: heftig
Revision: 364484

8.045.08-74: kernel 4.17.11-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-07-29 12:26:27 UTC (rev 364483)
+++ PKGBUILD    2018-07-29 12:26:29 UTC (rev 364484)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=73
+pkgrel=74
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")
@@ -23,7 +23,7 @@
 }
 
 build() {
-       KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-ARCH/version)
+       KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-arch/version)
        msg2 "Kernel = $KERNEL_VERSION"
 
        cd "$pkgname-$pkgver"
@@ -39,7 +39,7 @@
        depends=("linux>=4.17" "linux<4.18")
 
        cd "$pkgname-$pkgver"
-       install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-ARCH" -m644 
src/*.ko
+       install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-arch" -m644 
src/*.ko
        find "$pkgdir" -name '*.ko' -exec xz {} +
 
        echo "blacklist r8169" | \

Reply via email to