installer: rework buildscript

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-17 20:43:36 +02:00
parent 123dc17689
commit 10ae0b4b4f

View File

@ -49,6 +49,11 @@ make_target() {
}
makeinstall_target() {
: # nothing to install here
}
post_install() {
mkdir -p $INSTALL/usr/bin
cp $PKG_DIR/scripts/installer $INSTALL/usr/bin