Browse Source

Rene Rebe, Alex <comet.friend@gmx.net>:

* added makeinfo test to Check-System



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3155 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
23619c44e5
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      scripts/Check-System

+ 9
- 0
scripts/Check-System

@ -59,6 +59,15 @@ if [ -z "`type -p bzip2`" ] ; then
found_error=1
fi
if [ -z "`type -p makeinfo`" ] ; then
echo
echo "Paranoia Check: Program 'makeinfo' not found!"
echo "The makeinfo program is needed for translating Texinfo"
echo "documents. Please make sure that a current version of the"
echo "texinfo package (including makeinfo) is installed on your system."
found_error=1
fi
case $BASH_VERSION in
2.05b*) ;;
*) echo "The running bash version is not listed as supported version"

Loading…
Cancel
Save