rebrand: A few more fix-ups

This commit is contained in:
MilhouseVH 2016-03-23 19:36:54 +00:00
parent 9d6a573621
commit 262ee4a16a
4 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ PKG_URL=""
PKG_DEPENDS_TARGET=""
PKG_PRIORITY="optional"
PKG_SECTION=""
PKG_SHORTDESC="Unfficial OpenELEC.tv Add-on Repository"
PKG_LONGDESC="Unfficial OpenELEC.tv Add-on Repository"
PKG_SHORTDESC="Unfficial LibreELEC.tv Add-on Repository"
PKG_LONGDESC="Unfficial LibreELEC.tv Add-on Repository"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.addon.repository"

View File

@ -11,7 +11,7 @@
</extension>
<extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons (official)</summary>
<description>The LibreELEC official repository contains Kodi PVR Clients, Screensavers, Visualisations, the unofficial repo installer, and more. Add-ons in this repository are maintained and supported by OpenELEC staff and sponsors. If you find a broken or non-working add-on please report it via the forums.</description>
<description>The LibreELEC official repository contains Kodi PVR Clients, Screensavers, Visualisations, the unofficial repo installer, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and sponsors. If you find a broken or non-working add-on please report it via the forums.</description>
<platform>all</platform>
</extension>
</addon>

View File

@ -30,7 +30,7 @@ getlog_cmd() {
if which $1 >/dev/null; then
echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# ... output of $@" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# OpenELEC release: $RELEASE" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# LibreELEC release: $RELEASE" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# $GIT" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE
$@ >> $BASEDIR/$LOGDIR/$LOGFILE 2>/dev/null

View File

@ -26,8 +26,8 @@ PKG_URL=""
PKG_DEPENDS_TARGET="toolchain busybox dialog parted e2fsprogs syslinux"
PKG_PRIORITY="optional"
PKG_SECTION="tools"
PKG_SHORTDESC="installer: OpenELEC.tv Install manager"
PKG_LONGDESC="OpenELEC.tv Install manager to install the system on any disk"
PKG_SHORTDESC="installer: LibreELEC.tv Install manager"
PKG_LONGDESC="LibreELEC.tv Install manager to install the system on any disk"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"