From ff13caac42aa852f91d393dba30bbff33cf7f06d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Jan 2018 13:26:15 +0000 Subject: [PATCH] Missing rootdir --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 92b6460c..3d31de47 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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