1
0
Fork 0
caffyBoot/rebuild-berryboot.sh

13 lines
211 B
Bash
Raw Normal View History

2019-05-21 09:29:44 -04:00
#!/bin/sh
set -e
BUILDROOT=buildroot-2018.08
# Force rebuild of BerrybootGUI
if [ -e $BUILDROOT/output/build/berrybootgui2-1.0 ]; then
make -C $BUILDROOT berrybootgui2-dirclean
fi
./build-berryboot.sh "$@"