# The string to cut looks like CONFIG_LOCALVERSION="-aosc-xxxxx-xxxx"
# Thus, we choose everything between the quotes
export "LOCALNAME=$(cat .config | grep ^CONFIG_LOCALVERSION= | cut -d \" -f 2)"
# The compound $PKGVER confuses other scripts. Use the first half of it.
version="$__VER"
