summaryrefslogtreecommitdiffstats
path: root/build_one.sh
blob: 4454ed6e35b5cc1f4342d583306458a7fd6bd302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

case $(hostname) in
  *.mageia.org)  sudo="sudo -u bcd";;
esac

./update_bootloader_files.sh
if [ $# -gt 0 ] ; then
  $sudo drakclassic $*
else
  $sudo drakclassic --clean --all
fi