mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
gnugrep: remove usage of install
This commit is contained in:
parent
cd0fc1077e
commit
10596fb974
@ -8,4 +8,4 @@ export CFLAGS="$CFLAGS -Wno-error -static"
|
|||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
install -Dm755 src/grep "$1/usr/bin/ggrep"
|
cp -f src/grep "$1/usr/bin/ggrep"
|
||||||
|
Loading…
Reference in New Issue
Block a user