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

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Sep 12 09:47:20 UTC 2013


    Date: Thursday, September 12, 2013 @ 11:47:20
  Author: tpowa
Revision: 194266

upgpkg: qemu 1.6.0-3

fix /var/run conflict

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-12 09:44:15 UTC (rev 194265)
+++ PKGBUILD	2013-09-12 09:47:20 UTC (rev 194266)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=('qemu' 'libcacard')
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html"
@@ -33,8 +33,10 @@
   backup=('etc/qemu/target-x86_64.conf')
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
+  # provided by seabios package
   rm "${pkgdir}/usr/share/qemu/bios.bin"
-
+  # remove conflicting /var/run directory
+  rm -r "${pkgdir}/var"
   install -D -m644 "${srcdir}/65-kvm.rules" \
                    "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
   # bridge_helper needs suid




More information about the arch-commits mailing list