abinfo "Applying patches at the root folder ..."
cd "$SRCDIR"/../../../../
for i in "$SRCDIR"/autobuild/patches/*; do
    patch --verbose -N -p1 -i $i
done
