- rework of init scripts
- various cleanups
This commit is contained in:
Stephan Raue 2009-11-06 15:26:49 +01:00
parent d18980887c
commit 4fd9fd3c3f
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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