summaryrefslogtreecommitdiff
path: root/install-template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-template.sh')
-rw-r--r--install-template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-template.sh b/install-template.sh
index f96a484..adbcc2f 100644
--- a/install-template.sh
+++ b/install-template.sh
@@ -693,7 +693,6 @@ VAL_OPTIONS=""
flag uninstall "only uninstall from the installation prefix"
valopt destdir "" "set installation root"
-opt verify 1 "verify that the installed binaries run correctly"
valopt prefix "/usr/local" "set installation prefix"
# Avoid prepending an extra / to the prefix path if there's no destdir
@@ -710,6 +709,7 @@ valopt mandir "$CFG_DESTDIR_PREFIX/share/man" "install man pages in PATH"
opt ldconfig 1 "run ldconfig after installation (Linux only)"
valopt components "" "comma-separated list of components to install"
flag list-components "list available components"
+opt verify 1 "obsolete"
flag verbose "run with verbose output"
if [ $HELP -eq 1 ]