diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bdf854fab..474b96141 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ slackbuild: install-exec-hook: find $(top_builddir) -name \*.so | \ xargs $(STRINGS) -a | \ - egrep '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \ + $(EGREP) '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \ sed -e 's/:[^;]\+;/\n/g' | \ sort -u | \ sed -e '1 d' >$(DESTDIR)$(XINE_PLUGINDIR)/mime.types |