summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-17 20:54:44 +0200
committerGustavo Alvarez2016-08-17 20:54:44 +0200
commit0b29d5d7868c8ab9f10112ebf533b24d84a49115 (patch)
tree9959677843779b5e1b5f179f8f08cef96d0b1c31
parent70d735ba0c0b3521cd307240e8f8ec879eacf6ed (diff)
downloadaur-0b29d5d7868c8ab9f10112ebf533b24d84a49115.tar.gz
sed reorder
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e95d96dcf5bf..f8a0b3941267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,10 @@ sha1sums=('68ad40a5c3775b6bd848f75094524d248b736514')
prepare(){
rm -fr VSHelper.h VapourSynth.h
- sed -e 's|"vapoursynth.h"|<VapourSynth.h>|g' \
+ sed -e 's|vapoursynth.h|VapourSynth.h|g' \
+ -e 's|vshelper.h|VSHelper.h|g' \
+ -e 's|"VapourSynth.h"|<VapourSynth.h>|g' \
-e 's|"VSHelper.h"|<VSHelper.h>|g' \
- -e 's|vshelper|VSHelper|g' \
-e 's|FQSharpHelper|FQSharphelper|g' \
-i *