diff --git a/config/options b/config/options index 79580973b1..ea0a375dd5 100644 --- a/config/options +++ b/config/options @@ -25,13 +25,8 @@ TARGET_ARCH="${ARCH}" # include helper functions . config/functions -# include versioning -. config/version - -# read DISTRO versioning if available -if [ -f "${DISTRO_DIR}/${DISTRO}/version" ]; then - . "${DISTRO_DIR}/${DISTRO}/version" -fi +# read DISTRO version information +. "${DISTRO_DIR}/${DISTRO}/version" || die "\nERROR: No distro version present\n" # read DISTRO options if available if [ -f "${DISTRO_DIR}/${DISTRO}/options" ]; then diff --git a/config/version b/distributions/LibreELEC/version similarity index 100% rename from config/version rename to distributions/LibreELEC/version