installer: small fixes

Fix a typo, get rid of installer version variable and change the URL to point to the correct LibreELEC URL.
This commit is contained in:
Olli Salonen 2016-10-19 19:22:58 +03:00
parent ba4e620da8
commit d3698b0379
2 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,7 @@ PKG_VERSION="1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv/"
PKG_SITE="http://libreelec.tv/"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux"
PKG_SECTION="tools"

View File

@ -359,7 +359,7 @@ do_install_quick() {
sync
# umount system partition, remove mountpoint
msg_progress_install "97" " bbUnmount $TMPDIR/part2"
msg_progress_install "97" "Unmount $TMPDIR/part2"
umount $TMPDIR/part2 >> $LOGFILE 2>&1
msg_progress_install "100" "Remove $TMPDIR/part2"
@ -635,9 +635,8 @@ do_poweroff() {
}
# setup needed variables
INSTALLER_VERSION="0.3.0"
OS_VERSION=$(lsb_release)
BACKTITLE="@DISTRONAME@ Installer $INSTALLER_VERSION - $OS_VERSION"
BACKTITLE="@DISTRONAME@ Installer - $OS_VERSION"
TMPDIR="/tmp/installer"
LOGFILE="$TMPDIR/install.log"