summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a0b01f368dd..1240967c1d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,6 @@ build() {
package(){
make -C build DESTDIR="${pkgdir}" install
- install -Dm644 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/${_plug}/readme.html"
+ install -Dm644 "${_plug}/FluxSmooth/documentation/readme.html" "${pkgdir}/usr/share/doc/avisynth/${_plug}/readme.html"
}