From 34d274ab422acd6fadbef1bd406d14c605cf8aaf Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 29 Jul 2014 00:15:37 +0200 Subject: [PATCH] fix libvdpau, sys file installed in /usr/etc instead of /etc --- libvdpau/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvdpau/PKGBUILD b/libvdpau/PKGBUILD index 7a7387799..eeb980f54 100644 --- a/libvdpau/PKGBUILD +++ b/libvdpau/PKGBUILD @@ -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 }