default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

# The svn repository contains the runtime & workspace
# modules within kdebase so those need to be disabled
if [[ $KDE_VER == devel ]]; then
  mv workspace workspace~  &&
  mv runtime runtime~
fi
