mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
rm only if needed
This commit is contained in:
parent
bd895c482e
commit
99b83b70b8
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -301,7 +301,7 @@ EOF
|
|||
echo ". . setup video output"
|
||||
cp $BINARIES_DIR/cubie_configs/script-*.bin $DEST$TARGET/boot/
|
||||
( cd $DEST$TARGET/boot/
|
||||
rm script.bin
|
||||
[ -e script.bin ] && rm script.bin
|
||||
case $CUBIETRUCK_DISPLAY in
|
||||
VGA) ln script-vga.bin script.bin
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue