mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Start using available coreutils.
This commit is contained in:
parent
d26463ffa2
commit
a833a051ae
5 changed files with 9 additions and 9 deletions
4
sysa/grep-2.4/grep-2.4.kaem
Normal file → Executable file
4
sysa/grep-2.4/grep-2.4.kaem
Normal file → Executable file
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
# Extract
|
||||
|
|
@ -14,8 +15,7 @@ cp ../../mk/main.mk Makefile
|
|||
make
|
||||
|
||||
# Install
|
||||
cp grep /after/bin/grep
|
||||
chmod 755 /after/bin/grep
|
||||
install grep /after/bin/
|
||||
|
||||
# Test
|
||||
grep --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue