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

Daniel Griffiths dgriffiths at archlinux.org
Fri Feb 12 06:24:36 UTC 2010


    Date: Friday, February 12, 2010 @ 01:24:36
  Author: dgriffiths
Revision: 68261

FS#18220

Modified:
  hwdetect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-12 05:55:49 UTC (rev 68260)
+++ PKGBUILD	2010-02-12 06:24:36 UTC (rev 68261)
@@ -4,7 +4,7 @@
 pkgver=2010.02
 pkgrel=3
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
-arch=(i686 x86_64)
+arch=(any)
 license=('GPL')
 depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
 optdepends=('cryptsetup: for encrypt mkinitcpio config support'
@@ -14,7 +14,7 @@
 source=(hwdetect)
 
 build() {
-  install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
+  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
 
 md5sums=('8481aa25d82f06464a63c493f66a2742')




More information about the arch-commits mailing list