mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
dependencies: we need tar and wget as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
eb1cd08a9b
commit
d5b0bb4bc8
@ -122,7 +122,7 @@ if ! $SHELL --version 2>&1 | grep -q '^GNU bash'; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Check that a few mandatory programs are installed
|
# Check that a few mandatory programs are installed
|
||||||
for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl ; do
|
for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget ; do
|
||||||
if ! which $prog > /dev/null ; then
|
if ! which $prog > /dev/null ; then
|
||||||
/bin/echo -e "\nYou must install '$prog' on your build machine";
|
/bin/echo -e "\nYou must install '$prog' on your build machine";
|
||||||
if test $prog = "makeinfo" ; then
|
if test $prog = "makeinfo" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user