diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:16:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:16:48 +0200 |
commit | 975f9ccb8c9a3896941e02c2bca538853adf60df (patch) | |
tree | 29e8fe332a7318d16b37eccafc768f62e3a10153 | |
parent | 261f7f6219a3ad4c4119961b93eea7aa301e3e19 (diff) |
fix rb532 install script part
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |