diff options
author | Gustavo Alvarez | 2016-01-19 01:15:46 +0100 |
---|---|---|
committer | Gustavo Alvarez | 2016-01-19 01:15:46 +0100 |
commit | 3fd14acbd5aab2976f3906a2c26fda7a77cd605c (patch) | |
tree | 2e038c63c0b7c75d83204709a19fd219af679ecc | |
parent | 19e9a7958931429d66d1b6aa5936dcce7f8c672c (diff) | |
download | aur-3fd14acbd5aab2976f3906a2c26fda7a77cd605c.tar.gz |
/usr/local -> /usr
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -29,7 +29,9 @@ prepare() { build() { cd "${_plug}" - ./configure --libdir=/usr/lib/vapoursynth + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib/vapoursynth make } |