xen: remove conflicting qemu-bridge-helper executable.

This commit is contained in:
Juan RP 2013-07-09 19:20:51 +02:00
parent d370efbf0a
commit dcb1725166
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=xen
version=4.3.0
wrksrc=xen-${version}
revision=2
revision=3
short_desc="Xen Hypervisor and Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xen.org"
@ -56,7 +56,6 @@ do_install() {
vmkdir usr/share/examples/xen
mv ${DESTDIR}/etc/xen/x*example* ${DESTDIR}/usr/share/examples/xen
mv ${DESTDIR}/etc/xen/cpupool ${DESTDIR}/usr/share/examples/xen
mv ${DESTDIR}/etc/init.d/xendomains ${DESTDIR}/etc/xen/scripts
# Remove useless stuff.
@ -67,6 +66,7 @@ do_install() {
rm -f ${DESTDIR}/usr/sbin/xen-python-path
rm -f ${DESTDIR}/{install,COPYING,README,usr/lib/lib}
rm -rf ${DESTDIR}/etc/udev
rm -f ${DESTDIR}//usr/libexec/qemu-bridge-helper
# Move bash-completion to the correct dir.
vmkdir usr/share/bash-completion/completions