summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-07 18:13:38 +0100
committersL1pKn072021-01-07 18:13:38 +0100
commita6db84e5faf0448557f7cb71f82b31ec14fd5f2a (patch)
tree8b17b745d3a9237159789257730f4f93677495e3
parentbef341685ade5861fbba2bf5c3621d90301744e7 (diff)
downloadaur-a6db84e5faf0448557f7cb71f82b31ec14fd5f2a.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bb1e18fb9ec..f99f19c4d05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,5 +39,5 @@ build() {
package(){
make -C build DESTDIR="${pkgdir}" install
- install -Dm644 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/avisynth/${_plug}/readme.html"
+ install -Dm644 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/avisynth/plugins/${_plug}/readme.html"
}