summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-15 23:49:25 +0200
committerGustavo Alvarez2016-08-15 23:49:25 +0200
commit1184e04b2aa7a40a8a3436ea03716a05d65df99e (patch)
tree3473e16bf9bea855ff747a774e73428c8d18c0f7 /PKGBUILD
parent788f779f41166df38be3067758bce30fbec99080 (diff)
downloadaur-1184e04b2aa7a40a8a3436ea03716a05d65df99e.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74bf560e5c7f..6b7209ad4d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --libdir="/usr/lib/vapoursynth"
+ ./configure \
+ --libdir="/usr/lib/vapoursynth"
make
}