[arch-commits] Commit in r8168/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Aug 1 05:05:46 UTC 2018
Date: Wednesday, August 1, 2018 @ 05:05:46
Author: heftig
Revision: 366171
8.045.08-75: kernel 4.17.11.arch1-1
Modified:
r8168/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-01 05:05:44 UTC (rev 366170)
+++ PKGBUILD 2018-08-01 05:05:46 UTC (rev 366171)
@@ -5,7 +5,7 @@
pkgname=r8168
pkgver=8.045.08
-pkgrel=74
+pkgrel=75
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/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" -m644 src/*.ko
find "$pkgdir" -name '*.ko' -exec xz {} +
echo "blacklist r8169" | \
More information about the arch-commits
mailing list