- add install script
This commit is contained in:
Stephan Raue 2010-04-28 23:41:25 +02:00
parent a593b42718
commit 8c0006edf7

View File

@ -0,0 +1,11 @@
#!/bin/sh
. config/options
$SCRIPTS/install lirc
$SCRIPTS/install irserver
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/usr/config
cp $PKG_DIR/config/*.conf $INSTALL/usr/config