diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 17:00:18 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 17:00:18 +0200 |
commit | 33621f2c537b996d37abbd7e143716d439143caf (patch) | |
tree | 7f7477e7e1ef64f0f5c3f3b2644484d8c1db0b0b /linux | |
parent | Convert documentation into asciidoc from markdown (diff) | |
download | smolbote-33621f2c537b996d37abbd7e143716d439143caf.tar.xz |
Update pkgbuild
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 6 |
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 } |