2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/gnugrep/build

12 lines
144 B
Plaintext
Raw Normal View History

2021-06-30 14:49:45 +00:00
#!/bin/sh -e
export CFLAGS="$CFLAGS -Wno-error -static"
./configure \
--prefix=/usr
make
2021-07-18 02:19:12 +00:00
make install
2021-06-30 14:49:45 +00:00
2021-07-01 16:52:05 +00:00
cp -f src/grep "$1/usr/bin/ggrep"