From: Armaan Bhojwani Date: Mon, 12 Jul 2021 22:21:41 +0000 (-0400) Subject: ugrep: link manpage to grep.1 X-Git-Tag: 2021.07.15-1~32 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=11454c4030749297040a49bda0e49721576ca26b ugrep: link manpage to grep.1 --- diff --git a/core/ugrep/build b/core/ugrep/build index bd41e1f..4995425 100755 --- a/core/ugrep/build +++ b/core/ugrep/build @@ -9,5 +9,6 @@ make make DESTDIR="$1" install ln -s /usr/bin/ugrep "$1/usr/bin/grep" +ln -s /usr/share/man/man1/ugrep.1 "$1/usr/share/man/man1/grep.1" install -Dm755 fgrep "$1/usr/bin/fgrep" install -Dm755 egrep "$1/usr/bin/egrep" diff --git a/core/ugrep/version b/core/ugrep/version index ba23929..f2fe531 100644 --- a/core/ugrep/version +++ b/core/ugrep/version @@ -1,2 +1,2 @@ -3.3.4 1 +3.3.4 2