mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
- mention the package that usually provides makeinfo
This commit is contained in:
parent
570d834dbe
commit
1e4d4391bd
@ -251,7 +251,8 @@ echo "gettext installed: Ok"
|
|||||||
if ! which makeinfo > /dev/null ; then \
|
if ! which makeinfo > /dev/null ; then \
|
||||||
echo "makeinfo installed: FALSE"
|
echo "makeinfo installed: FALSE"
|
||||||
/bin/echo -e "\n\nMost likely some packages will fail to build their documentation"
|
/bin/echo -e "\n\nMost likely some packages will fail to build their documentation"
|
||||||
/bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages"
|
echo "Either install 'makeinfo' on your host or fix the respective packages."
|
||||||
|
echo "Makeinfo can usually be found in the texinfo package for your host."
|
||||||
else
|
else
|
||||||
echo "makeinfo installed: Ok"
|
echo "makeinfo installed: Ok"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user