forked from alnux/repo
fix for openrc
This commit is contained in:
parent
8798982805
commit
903ec564bf
1 changed files with 1 additions and 0 deletions
1
openrc/build
Normal file → Executable file
1
openrc/build
Normal file → Executable file
|
@ -1,4 +1,5 @@
|
||||||
wget -O openrc-0.43.3.tar.gz https://github.com/OpenRC/openrc/archive/refs/tags/0.43.3.tar.gz
|
wget -O openrc-0.43.3.tar.gz https://github.com/OpenRC/openrc/archive/refs/tags/0.43.3.tar.gz
|
||||||
tar -xf openrc-0.43.3.tar.gz
|
tar -xf openrc-0.43.3.tar.gz
|
||||||
cd openrc-0.43.3
|
cd openrc-0.43.3
|
||||||
|
make
|
||||||
make install BRANDING=\"Alnux/$(uname -s)\" SH=/bin/sh DESTDIR="$1"/sbin/openrc PREFIX="$1"
|
make install BRANDING=\"Alnux/$(uname -s)\" SH=/bin/sh DESTDIR="$1"/sbin/openrc PREFIX="$1"
|
||||||
|
|
Loading…
Reference in a new issue