New commits:
commit d1f65af8ccf1224daff860224b2d7982c0c327b3
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>
Revert "utils/grep: add missing symlinks"
egrep and fgrep should not be symlinks to grep, but wrapper scripts that
call grep with the appropriate -E and -F flags respectively like are
installed by the package. Symlinks have not worked correctly anymore
since at least version 3.4, possibly for much longer.
This reverts commit e07b084a77759bfbdb8f41d91d5eaa77a90dbaba.
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 6aa3f52..c0ba10d 100644
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,9 +1,6 @@
2020-11-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.6
-2020-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * INSTALL: add missing symlinks
-
2020-09-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.5
diff --git a/utils/grep/INSTALL b/utils/grep/INSTALL
index 98dcbc4..95f5268 100755
--- a/utils/grep/INSTALL
+++ b/utils/grep/INSTALL
@@ -1,8 +1,4 @@
make install DESTDIR=$INSTALL_ROOT &&
-
-ln -sfn /usr/bin/grep "$INSTALL_ROOT/usr/bin/fgrep" &&
-ln -sfn /usr/bin/grep "$INSTALL_ROOT/usr/bin/egrep" &&
-
if is_depends_enabled $SPELL texinfo; then
install-info --info-dir="${INSTALL_ROOT}/usr/share/info"\
${INSTALL_ROOT}/usr/share/info/grep.info
[SM-Commit] GIT changes to master grimoire by Remko van der Vossen (d1f65af8ccf1224daff860224b2d7982c0c327b3),
Remko van der Vossen, 02/23/2021