summaryrefslogtreecommitdiffstats
path: root/source/ap/linuxdoc-tools/linuxdoc-tools.build
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/linuxdoc-tools/linuxdoc-tools.build')
-rwxr-xr-xsource/ap/linuxdoc-tools/linuxdoc-tools.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ap/linuxdoc-tools/linuxdoc-tools.build b/source/ap/linuxdoc-tools/linuxdoc-tools.build
index 7b3962fbb..1f73284e8 100755
--- a/source/ap/linuxdoc-tools/linuxdoc-tools.build
+++ b/source/ap/linuxdoc-tools/linuxdoc-tools.build
@@ -569,7 +569,7 @@ make || exit 1
make install htmldir=/usr/doc/docbook-utils-$DOCBOOKUTILSVER/html || exit 1
# grep-2.7 demands [[:space:]] instead of [:space:]
-if ! fgrep '[[:space:]]' /usr/bin/jw ; then
+if ! grep -F '[[:space:]]' /usr/bin/jw ; then
sed -i "s/\[:space:\]/\[\[:space:\]\]/g" /usr/bin/jw
fi
@@ -1161,7 +1161,7 @@ cd $TMP
cd XML-NamespaceSupport*/ || exit 1
perl Makefile.PL INSTALLDIRS=vendor
# Make sure the man pages go where we want them:
- fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
+ grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
make || exit 1
make test || exit 1
make pure_install || exit 1 || exit 1 ) || exit 1
@@ -1171,7 +1171,7 @@ cd $TMP
tar xvf XML-SAX-Base-*z
cd XML-SAX-Base-*/ || exit 1
perl Makefile.PL INSTALLDIRS=vendor
- fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
+ grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
make || exit 1
make test || exit 1
make pure_install || exit 1 ) || exit 1
@@ -1183,7 +1183,7 @@ cd $TMP
patch -p1 < ../perl-XML-SAX-0.99-rt20126.patch || exit 1
# Answer Y to updating ParserDetails.ini:
yes | perl Makefile.PL INSTALLDIRS=vendor
- fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
+ grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g'
make || exit 1
make test || exit 1
make pure_install || exit 1