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

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


    Date: Sunday, June 7, 2020 @ 13:48:47
  Author: heftig
Revision: 640055

20200106-48: linux 5.7.1.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:48:35 UTC (rev 640054)
+++ PKGBUILD	2020-06-07 13:48:47 UTC (rev 640055)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=47
+pkgrel=48
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/"
 arch=(x86_64)
@@ -36,6 +36,7 @@
   install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
   echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
 
+  find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
   find "$pkgdir" -name '*.ko' -exec xz {} +
 }
 



More information about the arch-commits mailing list