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

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 19:17:48 UTC 2021


    Date: Saturday, October 16, 2021 @ 19:17:48
  Author: archange
Revision: 1030567

FS#72440 remove empty /sbin

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 19:12:07 UTC (rev 1030566)
+++ PKGBUILD	2021-10-16 19:17:48 UTC (rev 1030567)
@@ -8,7 +8,7 @@
 
 pkgname=hwinfo
 pkgver=21.77
-pkgrel=1
+pkgrel=2
 pkgdesc='Hardware detection tool from openSUSE'
 arch=(x86_64)
 url='https://github.com/openSUSE/hwinfo'
@@ -36,6 +36,7 @@
 package() {
   make -C $pkgname DESTDIR="$pkgdir" LIBDIR=/usr/lib install
   mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/sbin"
 }
 
 # getver: github.com/openSUSE/hwinfo/releases



More information about the arch-commits mailing list