From 11454c4030749297040a49bda0e49721576ca26b Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 12 Jul 2021 18:21:41 -0400 Subject: [PATCH] ugrep: link manpage to grep.1 --- core/ugrep/build | 1 + core/ugrep/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2