Merge pull request #1132 from Alphakilo/installer_typo

small typo
This commit is contained in:
Ben Peddell 2020-08-07 01:59:24 +10:00 committed by GitHub
commit 837c262fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ if [ "$showusage" == "yes" ]; then
echo " [PREFIX=${PREFIX}]"
echo "--exec-prefix Specify the prefix under which to install executables"
echo " [EXECPREFIX=${EXECPREFIX}]"
echo "--data-prefix Specify the prefix under which to install suppor files"
echo "--data-prefix Specify the prefix under which to install support files"
echo " [DATAPREFIX=${DATAPREFIX}]"
echo "--install-root Specify the staging directory in which to perform the install"
echo " [INSTALL_ROOT=${INSTALL_ROOT}]"