summaryrefslogtreecommitdiffstats
path: root/source/a/grep/grep.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/grep/grep.SlackBuild')
-rwxr-xr-xsource/a/grep/grep.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/grep/grep.SlackBuild b/source/a/grep/grep.SlackBuild
index 16e50d5b7..541ffc3ff 100755
--- a/source/a/grep/grep.SlackBuild
+++ b/source/a/grep/grep.SlackBuild
@@ -99,7 +99,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/bin
( cd $PKG/usr/bin
ln -sf ../../bin/grep .
- ln -sf ../../bin/egrep .
+ ln -sf ../../bin/grep -E .
ln -sf ../../bin/fgrep .
)