default_pre_build &&
sed -i 's/BIN=\/usr\/local\/bin/BIN=\/usr\/bin/g' ${SOURCE_DIRECTORY}/Makefile &&

if [ "$LUVCVIEW_SCM" == "y" ]; then
  cd $SOURCE_DIRECTORY &&

  # SCM version needs these three header files
  wget http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/uvcvideo.h &&
  wget http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/uvc_compat.h &&
  wget http://svn.quickcamteam.net/svn/qct/Linux/Common/include/dynctrl-logitech.h
fi
