Files
Arch-R/packages/tools/installer/install
Stephan Raue fcbe03758e installer: write MBR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-03 19:23:26 +01:00

14 lines
325 B
Bash
Executable File

#!/bin/sh
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_DIR/scripts/installer $INSTALL/usr/bin
mkdir -p $INSTALL/etc
if [ -f $PROJECT_DIR/$PROJECT/installer/installer.conf ]; then
cp $PROJECT_DIR/$PROJECT/installer/installer.conf $INSTALL/etc
else
cp $PKG_DIR/config/installer.conf $INSTALL/etc
fi