mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
rebrand: A few more fix-ups
This commit is contained in:
parent
9d6a573621
commit
262ee4a16a
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user