aboutsummaryrefslogtreecommitdiff
path: root/linux/makepkg/PKGBUILD
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-03 17:00:18 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-03 17:00:18 +0200
commit33621f2c537b996d37abbd7e143716d439143caf (patch)
tree7f7477e7e1ef64f0f5c3f3b2644484d8c1db0b0b /linux/makepkg/PKGBUILD
parentConvert documentation into asciidoc from markdown (diff)
downloadsmolbote-33621f2c537b996d37abbd7e143716d439143caf.tar.xz
Update pkgbuild
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-rw-r--r--linux/makepkg/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD
index 4bb7571..4d0c830 100644
--- a/linux/makepkg/PKGBUILD
+++ b/linux/makepkg/PKGBUILD
@@ -84,8 +84,8 @@ package() {
install -Dm644 $srcdir/smolbote/data/poi.profile $pkgdir/usr/local/lib/smolbote/poi.profile
msg2 "Installing manpage"
- a2x --format=manpage $srcdir/doc/smolbote.7.asciidoc
- gzip $srcdir/doc/smolbote.7
- install -Dm644 $srcdir/doc/smolbote.7.gz $pkgdir/usr/local/man/man7/smolbote.7.gz
+ a2x --format=manpage $srcdir/smolbote/doc/smolbote.7.asciidoc
+ gzip $srcdir/smolbote/doc/smolbote.7
+ install -Dm644 $srcdir/smolbote/doc/smolbote.7.gz $pkgdir/usr/local/man/man7/smolbote.7.gz
}