mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Start using available coreutils.
This commit is contained in:
parent
d26463ffa2
commit
a833a051ae
5 changed files with 9 additions and 9 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
# Extract
|
||||
|
|
@ -17,8 +18,7 @@ patch -Np0 -i ../../patches/signal-include.patch
|
|||
make
|
||||
|
||||
# Install
|
||||
cp m4 /after/bin/m4
|
||||
chmod 755 /after/bin/m4
|
||||
install m4 /after/bin/
|
||||
|
||||
# Test
|
||||
m4 --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue