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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sat May 18 06:52:33 UTC 2013


    Date: Saturday, May 18, 2013 @ 08:52:33
  Author: tpowa
Revision: 185739

upgpkg: hwdetect 2013.02-2

move /sbin to /usr/bin

Modified:
  hwdetect/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-18 06:51:48 UTC (rev 185738)
+++ PKGBUILD	2013-05-18 06:52:33 UTC (rev 185739)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=2013.02
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(any)
 license=('GPL')
@@ -14,6 +14,6 @@
 source=(hwdetect)
 
 package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/sbin/hwdetect"
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
 }
 md5sums=('894a3f1d481179651af00278f7638084')




More information about the arch-commits mailing list