mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #4814 from heitbaum/tabs
Fix package.mk files. Tabs to Spaces
This commit is contained in:
commit
171a9a4920
@ -15,10 +15,10 @@ PKG_LONGDESC="Linux V4L2 and DVB API utilities and v4l libraries (libv4l)."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-jpeg \
|
||||
--enable-bpf \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-doxygen-doc"
|
||||
--enable-bpf \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-doxygen-doc"
|
||||
|
||||
pre_configure_target() {
|
||||
# cec-ctl fails to build in subdirs
|
||||
|
@ -23,7 +23,7 @@ makeinstall_target() {
|
||||
for _dir in ${PKG_BUILD}/firmware/${_maindir} ${PKG_BUILD}/firmware/{_maindir}-*; do
|
||||
[ -d "${_dir}" ] || continue
|
||||
|
||||
_basedir="$(basename "${_dir}")"
|
||||
_basedir="$(basename "${_dir}")"
|
||||
|
||||
mkdir -p ${DESTDIR}/${_basedir}
|
||||
cp -PRv ${_dir}/recovery.bin ${DESTDIR}/${_basedir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user