mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Build grep-2.4.
This commit is contained in:
parent
eb650776e9
commit
c19a71c11c
4 changed files with 49 additions and 2 deletions
13
sysa/grep-2.4.kaem
Normal file
13
sysa/grep-2.4.kaem
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
cp ../grep-2.4.mk Makefile
|
||||
/after/bin/make
|
||||
|
||||
# Install
|
||||
/after/bin/cp grep /after/bin/grep
|
||||
/after/bin/chmod 755 /after/bin/grep
|
||||
|
||||
# Test
|
||||
/after/bin/grep --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue