Check that toxid was built
This commit is contained in:
parent
d6ee4bcec1
commit
9a526a9f26
|
@ -497,8 +497,12 @@ make
|
|||
make install
|
||||
EOF
|
||||
|
||||
if [ ! -f $rootdir/usr/local/bin/toxid ]; then
|
||||
echo $'toxid not found'
|
||||
exit 74370
|
||||
fi
|
||||
if [ ! -f $rootdir/usr/local/bin/toxavahi ]; then
|
||||
exit 3621729
|
||||
exit 3621729
|
||||
fi
|
||||
echo "* * * * * root /usr/local/bin/toxavahi > /dev/null" >> $rootdir/etc/crontab
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue