gnugrep: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 05:19:12 +03:00
parent 85d629de7b
commit a63b2d5bf4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -6,6 +6,6 @@ export CFLAGS="$CFLAGS -Wno-error -static"
--prefix=/usr
make
make DESTDIR="$1" install
make install
cp -f src/grep "$1/usr/bin/ggrep"