summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-19 01:15:46 +0100
committerGustavo Alvarez2016-01-19 01:15:46 +0100
commit3fd14acbd5aab2976f3906a2c26fda7a77cd605c (patch)
tree2e038c63c0b7c75d83204709a19fd219af679ecc
parent19e9a7958931429d66d1b6aa5936dcce7f8c672c (diff)
downloadaur-3fd14acbd5aab2976f3906a2c26fda7a77cd605c.tar.gz
/usr/local -> /usr
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc941e7f3306..e1849f68e3bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 21:31:08 UTC 2015
+# Tue Jan 19 00:15:02 UTC 2016
pkgbase = vapoursynth-plugin-nnedi3-git
pkgdesc = Plugin for Vapoursynth: nnedi3 (GIT version)
pkgver = v7.0.gb6fe099
diff --git a/PKGBUILD b/PKGBUILD
index b8e3e69cffc7..2a2d19ae6af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,9 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --libdir=/usr/lib/vapoursynth
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib/vapoursynth
make
}