summaryrefslogtreecommitdiffstats
path: root/disk/grub2/PRE_BUILD
blob: 457375e6e8bc4da040f94f91afa31f868d82a2d4 (plain) (blame)
1
2
3
4
5
6
7
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
if [[ "${GRUB2_SVN}" = 'y' ]]; then
  ./autogen.sh
else
  rm -rf autom4te.cache
fi