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

Tom Gundersen tomegun at archlinux.org
Wed May 2 11:01:03 UTC 2012


    Date: Wednesday, May 2, 2012 @ 07:01:03
  Author: tomegun
Revision: 158061

upgpkg: intel-ucode 20111110-2

move /lib/* to /usr/lib/

Modified:
  intel-ucode/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-02 11:00:33 UTC (rev 158060)
+++ PKGBUILD	2012-05-02 11:01:03 UTC (rev 158061)
@@ -3,7 +3,7 @@
 
 pkgname=intel-ucode
 pkgver=20111110
-pkgrel=1
+pkgrel=2
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 url="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22"
@@ -25,7 +25,7 @@
 
 package() {
   cd "$srcdir"
-  install -d -m755 "${pkgdir}"/lib/firmware/intel-ucode/
-  cp intel-ucode/* "${pkgdir}"/lib/firmware/intel-ucode/
+  install -d -m755 "${pkgdir}"/usr/lib/firmware/intel-ucode/
+  cp intel-ucode/* "${pkgdir}"/usr/lib/firmware/intel-ucode/
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list