# they add hg commit sums to the folder name - we don't want that here
mk_source_dir &&
cd $SOURCE_DIRECTORY &&
tar -x --strip-components=1 -f $SOURCE_CACHE/$SOURCE &&

yes | python config.py &&

#linux removed v4l1 support -> camera is broken
#see e.g. http://lists.fedoraproject.org/pipermail/devel/2011-February/148519.html
sedit 's/^\(_camera.*\)/#\1/' Setup
