Browse Source

create_sunxi - chmod not chown

Émile Morel 10 years ago
parent
commit
dd0b432d30
1 changed files with 1 additions and 2 deletions
  1. 1 2
      olinux/create_sunxi_boot_files.sh

+ 1 - 2
olinux/create_sunxi_boot_files.sh

@@ -35,5 +35,4 @@ fi
 
 cd /olinux/sunxi/sunxi-tools/ && make
 cd /olinux/sunxi/ && ./sunxi-tools/fex2bin ../script.fex script.bin 
-cd /olinux/sunxi/ && chown +x script.bin 
-
+cd /olinux/sunxi/ && chmod +x script.bin