Missing rootdir

This commit is contained in:
Bob Mottram 2018-01-16 13:26:15 +00:00
parent 48cc9c3782
commit ff13caac42
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ EOF
chroot "$rootdir" chmod +x /usr/bin/install_olsr2
chroot "$rootdir" /usr/bin/install_olsr2
if [ ! -f /usr/local/sbin/olsrd2_static ]; then
if [ ! -f $rootdir/usr/local/sbin/olsrd2_static ]; then
echo $'Unable to build OLSR2'
exit 79835392
fi