From 6e05dd9a7467f146a074091be7c417b1b4ba3061 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 19 Jan 2012 21:00:14 -0500 Subject: REALLY fix BINDIR in configure. --- (limited to 'configure') diff --git a/configure b/configure index 655fd82..49ae28c 100755 --- a/configure +++ b/configure @@ -63,7 +63,7 @@ EOF } opts=$(getopt -n "${0}" -o 'hVq' -l 'help,version,quiet' \ - -l 'srcdir:,prefix:,sbindir:' -- "${@}") + -l 'srcdir:,prefix:,bindir:' -- "${@}") if [ ${?} -ne 0 ]; then print_usage "${0}" >&2 exit 1; @@ -118,7 +118,7 @@ if [ -z "${PREFIX}" ]; then PREFIX=/usr/local fi if [ -z "${BINDIR}" ]; then - BINDIR=${PREFIX}/sbin + BINDIR=${PREFIX}/bin fi # Expand PREFIX if it's there. eval "BINDIR=${BINDIR}" -- cgit v0.9.1