mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
sed: merge 'install' script to 'build' script, remove 'unpack' script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install ccache
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
@@ -12,3 +10,4 @@ cd $PKG_BUILD
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-nls
|
||||
make
|
||||
make -C sed install
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
make -C $PKG_BUILD/$1 install
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/fixconfigtools $PKG_BUILD/config
|
||||
|
||||
Reference in New Issue
Block a user