qemu: do not use our strip(1) wrapper... E2BIG (take 2).

This commit is contained in:
Juan RP 2015-05-13 19:11:03 +02:00
parent 2e945535eb
commit 42e3e83e04
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qemu'
pkgname=qemu
version=2.3.0
revision=3
revision=4
short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org"
@ -68,6 +68,9 @@ do_build() {
make ${makejobs}
}
do_install() {
# Remove our strip(1) wrapper... E2BIG.
rm -f ${XBPS_WRAPPERDIR}/strip
make DESTDIR=${DESTDIR} install
# qemu-bridge-helper must be setuid for non privileged users.
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper