mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
- warn about missing makeinfo on the host.
This commit is contained in:
parent
ea585cf1bc
commit
f3c50a6cf2
@ -248,7 +248,12 @@ fi;
|
|||||||
echo "gettext installed: Ok"
|
echo "gettext installed: Ok"
|
||||||
|
|
||||||
|
|
||||||
|
if ! which makeinfo > /dev/null ; then \
|
||||||
|
echo "makeinfo installed: FALSE"
|
||||||
|
/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"
|
||||||
|
fi
|
||||||
|
echo "makeinfo installed: Ok"
|
||||||
|
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user