forked from libretro/Lakka-LibreELEC
103f522b6a
This fixes old Estuary skin in image after kodi bump when doing unclean builds. Signed-off-by: Matthias Reichl <hias@horus.com>
18 lines
498 B
Makefile
18 lines
498 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="kodi-theme-Estuary"
|
|
PKG_VERSION="1.0"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.kodi.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="kodi"
|
|
PKG_DEPENDS_UNPACK="kodi"
|
|
PKG_LONGDESC="Kodi Mediacenter default theme."
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/share/kodi/addons/
|
|
cp -a $(get_install_dir kodi)/.noinstall/skin.estuary ${INSTALL}/usr/share/kodi/addons/
|
|
}
|