mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
net-p2p/gridcoin: fix manpage install for non-gui builds
Closes: https://bugs.gentoo.org/929041 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -85,7 +85,7 @@ src_install() {
|
||||
cmake_src_install
|
||||
|
||||
mkdir -p "${ED}"/usr/share/man/man1 || die
|
||||
mv "${ED}"{/usr/share/man/gridcoinresearch.1,/usr/share/man/man1} || die
|
||||
mv "${ED}"/usr/share/man/*.1 "${ED}"/usr/share/man/man1 || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user