summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-11 16:36:28 +0200
committersl1pkn072015-10-11 16:36:28 +0200
commit55cec007404da9aec3473f81e506820faccf80d0 (patch)
treeec783770c966c8a707b37daf8436ea38ee704234
parent50c8a69e992609cca4d0b05f21b52e69aecedc32 (diff)
downloadaur-55cec007404da9aec3473f81e506820faccf80d0.tar.gz
Tweak prepare() (doh again)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3cc139e4cd0..913b67f42d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ prepare(){
sed -e 's|vapoursynth.h|VapourSynth.h|g' \
-e 's|vshelper.h|VSHelper.h|g' \
- -e 's|"vapoursynth.h"|<VapourSynth.h>|g' \
+ -e 's|"VapourSynth.h"|<VapourSynth.h>|g' \
-e 's|"VSHelper.h"|<VSHelper.h>|g' \
-e 's|reformHelper.cpp|ReformHelper.cpp|g' \
-i *