mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:07:15 +08:00
fix libvdpau, sys file installed in /usr/etc instead of /etc
This commit is contained in:
parent
6c4e889683
commit
34d274ab42
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=libvdpau
|
||||
pkgver=0.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Nvidia VDPAU library"
|
||||
arch=('x86_64')
|
||||
url='http://cgit.freedesktop.org/~aplattner/libvdpau'
|
||||
@ -16,7 +16,7 @@ md5sums=('acf68adc8b8ff4f72be6e8679abc284e')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user