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

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

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