mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/install: remove automatic install function, we dont need them
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d85e7b841e
commit
43f2234601
@ -38,7 +38,4 @@ done
|
|||||||
|
|
||||||
if [ -f $PKG_DIR/install ]; then
|
if [ -f $PKG_DIR/install ]; then
|
||||||
$PKG_DIR/install $@ >&$VERBOSE_OUT
|
$PKG_DIR/install $@ >&$VERBOSE_OUT
|
||||||
else
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user