The man pages go to the wrong directory. They should go in /usr/share/man/... but they are going in /usr/share/.... I fixed it by changing --mandir=/usr/share to --mandir=/usr/share/man in the PKGBUILD
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/lbdb.git (read-only, click to copy) |
|---|---|
| Package Base: | lbdb |
| Description: | The little brother's database for the mutt mail reader |
| Upstream URL: | http://www.spinnaker.de/lbdb/ |
| Licenses: | GPL-2.0-only |
| Submitter: | Snowman |
| Maintainer: | jasonwryan |
| Last Packager: | jasonwryan |
| Votes: | 40 |
| Popularity: | 0.000005 |
| First Submitted: | 2007-04-05 03:54 (UTC) |
| Last Updated: | 2026-03-20 19:27 (UTC) |
The man pages go to the wrong directory. They should go in /usr/share/man/... but they are going in /usr/share/.... I fixed it by changing --mandir=/usr/share to --mandir=/usr/share/man in the PKGBUILD
@mustardman - builds fine in a clean chroot without pod2man in depends.
having pod2man not installed breaks building process of this package. maybe add it as dependency?
The changes in 0.54-2 to add a directory for the libs had the side effect that the binaries are now located in /usr/local/bin instead of /usr/bin.
Was that intended? I have no other packages that install binaries to /usr/local/bin.
I had a problem with /usr/local/man solved by adding --mandir=/usr/share in the PKGBUILD