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

Jan Steffens heftig at archlinux.org
Sun Jun 7 13:48:35 UTC 2020


    Date: Sunday, June 7, 2020 @ 13:48:35
  Author: heftig
Revision: 640054

8.048.03-3: linux 5.7.1.arch1-1

Modified:
  r8168/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:45:00 UTC (rev 640053)
+++ PKGBUILD	2020-06-07 13:48:35 UTC (rev 640054)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw"
 license=("GPL")
@@ -28,6 +28,7 @@
 	local extradir=/usr/lib/modules/$(</usr/src/linux/version)/extramodules
 	cd "$pkgname-$pkgver"
 	install -Dt "$pkgdir$extradir" -m644 src/*.ko
+	find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
 	find "$pkgdir" -name '*.ko' -exec xz {} +
 
 	echo "blacklist r8169" | \



More information about the arch-commits mailing list