abinfo "Setting source directory to gitk-git ..."
export SAVED_SRCDIR=$SRCDIR
export SRCDIR="$SAVED_SRCDIR/gitk-git"

abinfo "Setting a new BLDDIR ..."
export BLDDIR="$SRCDIR/build-gitk"

abinfo "Setting a new PKGDIR ..."
export PKGDIR="$SRCDIR/dist-gitk"

abinfo "Making a copy of autobuild directory to the new SRCDIR ..."
cp -av "$SAVED_SRCDIR/autobuild" "$SRCDIR/"
