gnugrep: remove usage of install

This commit is contained in:
Dylan Araps 2021-07-01 16:52:05 +00:00
parent cd0fc1077e
commit 10596fb974
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

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