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

Eric Bélanger eric at nymeria.archlinux.org
Sun Feb 10 17:53:19 UTC 2013


    Date: Sunday, February 10, 2013 @ 18:53:19
  Author: eric
Revision: 177908

Replace build function with package function

Modified:
  hwdetect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-10 17:50:15 UTC (rev 177907)
+++ PKGBUILD	2013-02-10 17:53:19 UTC (rev 177908)
@@ -13,7 +13,7 @@
             'mdadm:      for raid mkinitcpio config support')
 source=(hwdetect)
 
-build() {
-  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/sbin/hwdetect"
 }
 md5sums=('894a3f1d481179651af00278f7638084')




More information about the arch-commits mailing list