[arch-commits] Commit in r8168/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Aug 2 05:23:53 UTC 2018
Date: Thursday, August 2, 2018 @ 05:23:53
Author: heftig
Revision: 367220
8.045.08-76: kernel 4.17.11.arch1-2
Modified:
r8168/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-02 05:23:51 UTC (rev 367219)
+++ PKGBUILD 2018-08-02 05:23:53 UTC (rev 367220)
@@ -5,7 +5,7 @@
pkgname=r8168
pkgver=8.045.08
-pkgrel=75
+pkgrel=76
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/version)
+ KERNEL_VERSION=$(</usr/lib/modules/extramodules-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" -m644 src/*.ko
+ install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
find "$pkgdir" -name '*.ko' -exec xz {} +
echo "blacklist r8169" | \
More information about the arch-commits
mailing list