mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
make: merge 'install' script to 'build' script, remove 'unpack' script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d362e86099
commit
72609cfb37
@ -11,3 +11,6 @@ cd $PKG_BUILD
|
||||
--disable-nls
|
||||
|
||||
/bin/sh build.sh
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp make $ROOT/$TOOLCHAIN/bin
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp $PKG_BUILD/$1 $ROOT/$TOOLCHAIN/bin
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/fixconfigtools $PKG_BUILD/config
|
||||
|
Loading…
x
Reference in New Issue
Block a user