summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eae302484f8c..8b0b08244d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,5 +30,6 @@ package() {
cd "$pkgname"
install -D "target/release/desed" -t "$pkgdir/usr/bin"
- install "desed.1" -t "$pkgdir$(manpath -g | cut -d':' -f1)/man1"
+ install "desed.1" -t "$(manpath | cut -d':' -f1)/man1"
+ mandb
}