default_pre_build &&

if [ "$I18NPATCH" = "y" ] ; then
  cd $SOURCE_DIRECTORY &&
  unpack_file "2" &&
  bzcat $SOURCE_CACHE/$SOURCE2 | patch -p1
fi
