mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
qemu: switch to /usr.
This commit is contained in:
parent
9526523450
commit
0a854709e2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --enable-spice
|
configure_args="--prefix=/usr --sysconfdir=/etc --enable-spice
|
||||||
|
@ -29,5 +29,5 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/65-kvm.rules 644 lib/udev/rules.d
|
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue