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

Tom Gundersen tomegun at archlinux.org
Wed May 2 11:00:13 UTC 2012


    Date: Wednesday, May 2, 2012 @ 07:00:13
  Author: tomegun
Revision: 158059

upgpkg: amd-ucode 2012.01.17-2

move /lib/* to /usr/lib/

Modified:
  amd-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-02 05:57:42 UTC (rev 158058)
+++ PKGBUILD	2012-05-02 11:00:13 UTC (rev 158059)
@@ -4,7 +4,7 @@
 pkgname=amd-ucode
 _realver=2012-01-17
 pkgver=${_realver//-/\.}
-pkgrel=1
+pkgrel=2
 pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
 arch=('any')
 license=('custom')
@@ -17,6 +17,6 @@
 
 package() {
   cd "${srcdir}"/${pkgname}-${_realver}
-  install -D -m644 microcode_amd.bin "${pkgdir}"/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd.bin "${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list