From 975f9ccb8c9a3896941e02c2bca538853adf60df Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 22 Jun 2009 22:16:48 +0200 Subject: fix rb532 install script part --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 926c03b6b..520d166a2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -206,7 +206,7 @@ printf "Fixing permissions\n" chmod 1777 $tmp/tmp chmod 4755 $tmp/bin/busybox -if [ $rb532 -ne 0 ];then +if [ $rb532 -eq 0 ];then printf "Copying grub files\n" mkdir $tmp/boot/grub cp /boot/grub/stage1 $tmp/boot/grub -- cgit v1.2.3