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

Tom Gundersen tomegun at archlinux.org
Tue May 1 16:33:43 UTC 2012


    Date: Tuesday, May 1, 2012 @ 12:33:43
  Author: tomegun
Revision: 158034

upgpkg: qemu 1.0.1-2

move /lib/* to /usr/lib

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-01 16:04:51 UTC (rev 158033)
+++ PKGBUILD	2012-05-01 16:33:43 UTC (rev 158034)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -42,7 +42,7 @@
   cp "${srcdir}/seabios/out/bios.bin" "${pkgdir}/usr/share/qemu/bios.bin"
 
   install -D -m644 "${srcdir}/65-kvm.rules" \
-                   "${pkgdir}/lib/udev/rules.d/65-kvm.rules"
+                   "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
   # strip scripts directory
     find "${pkgdir}/usr/src/linux-${_kernver}/scripts"  -type f -perm -u+w 2>/dev/null | while read binary ; do
       case "$(file -bi "$binary")" in




More information about the arch-commits mailing list