summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 16:14:50 +0200
committersl1pkn072015-06-30 16:14:50 +0200
commit41b9c12498b2a00bda11605273e2fb0ea51fb41b (patch)
treedb75ead690bb2dd24f838f20f78227bd9f08cb95
parent77c686d7f1b9e9cfca9cf45d14a705de01094180 (diff)
downloadaur-41b9c12498b2a00bda11605273e2fb0ea51fb41b.tar.gz
Remove prepare()
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c4cc23b3abb..af8eb9a4c2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,6 @@ pkgver() {
echo "$(git describe --long --tags | tr - .)"
}
-prepare() {
- chmod +x "${_plug}/configure"
-}
-
build() {
cd "${_plug}"
./configure --install="${pkgdir}/usr/lib/vapoursynth" \