summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-25 12:55:58 +0100
committersL1pKn072020-03-25 12:55:58 +0100
commit20c7c2f548d6c28dc4ee99a22dc3b2c68b1fbd96 (patch)
tree7c3b4cec451b7217e1f6db1c488d3f7636b014c2
parent41257b127f8af8e86e08a9e2d5dd3bb50f84ceb2 (diff)
downloadaur-20c7c2f548d6c28dc4ee99a22dc3b2c68b1fbd96.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93c152f326b6..61acbbe9f325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,7 @@ package() {
cd "${_plug}"
install -Dm755 "lib${_plug}.so" "${pkgdir}/usr/lib/vapoursynth/lib${_plug}.so"
+ for i in *.h* *.cxx; do install -Dm644 "${pkgdir}/usr/include/vsfilterscript/${i}"; done
+
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
}