mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
tig: fix build. (#10238)
`make install-doc-man` is just too unreliable, for some reason.
This commit is contained in:
@@ -63,7 +63,12 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install-doc-man
|
||||
|
||||
# temporary solution because `make install-doc-man` fails/works randomly.
|
||||
mkdir -p $manDir/man{1,5,7}
|
||||
cp -af doc/tig.1 $manDir/man1
|
||||
cp -af doc/tigrc.5 $manDir/man5
|
||||
cp -af doc/tigmanual.7 $manDir/man7
|
||||
}
|
||||
|
||||
# Results for 2.5.8 (took around 15 minutes):
|
||||
|
||||
Reference in New Issue
Block a user