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 <[email protected]> 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
