mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc:
- rework of init scripts - various cleanups
This commit is contained in:
parent
d18980887c
commit
4fd9fd3c3f
@ -3,6 +3,7 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build linux
|
||||
# $SCRIPTS/build libirman
|
||||
|
||||
if [ "$DEBUG" = yes ]; then
|
||||
@ -32,4 +33,4 @@ cd $PKG_BUILD
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL -C tools
|
||||
$MAKEINSTALL -C tools
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install linux
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
VER=`ls $BUILD/linux*/modules/lib/modules`
|
||||
|
||||
@ -40,4 +42,4 @@ if [ "$DEVTOOLS" = yes ]; then
|
||||
cp $PKG_BUILD/tools/mode2 $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/daemons/irrecord $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/tools/irsend $INSTALL/usr/bin # do we need this?
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user