summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-07-27 19:49:18 +0200
committershellkr2016-07-27 19:49:18 +0200
commitef72dc7fa2a109ae7f98bf7224cbb833b5e82a80 (patch)
treec6b6c8d22036f9bd0dc725501d432a0a5141c383 /PKGBUILD
parent3cf7145abf8916d02cdb832f08936b37d95949ed (diff)
downloadaur-ef72dc7fa2a109ae7f98bf7224cbb833b5e82a80.tar.gz
upstream moved the man page to /doc. Changed accordingly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6e0c9365b96..314f12722781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ package() {
install -D -m755 TextSuggest.py "$pkgdir/usr/bin/textsuggest"
install -D -m644 languages.py -t "$pkgdir/usr/lib/python3.5/site-packages/"
install -D -m644 fonts.py -t "$pkgdir/usr/lib/python3.5/site-packages/"
- install -D -m644 textsuggest.1 -t "$pkgdir/usr/share/man/man1/"
+ install -D -m644 docs/textsuggest.1 -t "$pkgdir/usr/share/man/man1/"
install -D -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}