Skip to content
Snippets Groups Projects
Commit 98188e34 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/spice-vdagent: fix sysconfdir

It defaults to PREFIX/etc, which is not what it should be.
parent b562844b
No related branches found
No related tags found
No related merge requests found
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=spice-vdagent
pkgver=0.22.1
pkgrel=0
pkgrel=1
pkgdesc="Spice guest agent for Linux"
url="https://spice-space.org/"
arch="all"
......@@ -28,6 +28,7 @@ build() {
./configure \
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-session-info=none
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment