mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:44:37 +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
|
pkgname=libvdpau
|
||||||
pkgver=0.8
|
pkgver=0.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Nvidia VDPAU library"
|
pkgdesc="Nvidia VDPAU library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://cgit.freedesktop.org/~aplattner/libvdpau'
|
url='http://cgit.freedesktop.org/~aplattner/libvdpau'
|
||||||
@ -16,7 +16,7 @@ md5sums=('acf68adc8b8ff4f72be6e8679abc284e')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --sysconfdir=/etc
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user