slitaz-arm rev 194

tazbian: fix piboot perms
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 16 00:36:16 2014 +0100 (2014-11-16)
parents 9f10e89995a2
children 4e701eef29cb
files rpi/tazbian
line diff
     1.1 --- a/rpi/tazbian	Sat Nov 15 23:50:51 2014 +0100
     1.2 +++ b/rpi/tazbian	Sun Nov 16 00:36:16 2014 +0100
     1.3 @@ -44,6 +44,7 @@
     1.4  BASE=$(ls -d slitaz-rpi-base-*/rootfs)
     1.5  [ ! -d "$BASE" ] && echo "Abort ($BASE) !" && exit 1
     1.6  wget http://hg.slitaz.org/slitaz-arm/raw-file/tip/rpi/piboot
     1.7 +chmod +x piboot
     1.8  mv piboot $BASE/sbin
     1.9  wget http://cook.slitaz.org/cross/arm/packages/packages.list
    1.10  while read file pkg extra ; do