default_pre_build         &&

cd "$SOURCE_DIRECTORY"    &&

# glibc-2.14 fix
sed -i "/sched/s|<|<linux/|" util/fusermount.c &&

if [ "$FUSE_BRANCH" != "scm" ]; then
  # prevent installing fuse initscript into the wrong place
  patch -p0 < "$SPELL_DIRECTORY/init.patch"
else
  ./makeconf.sh
fi
