From 3a4bc4db9c82ef4ab1fe6f4d44b82b1dd2a71af7 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 25 Jan 2018 19:14:58 +0100 Subject: Use binary paths from both PATH and predefined list to improve detection on all platforms --- include/consts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/consts') diff --git a/include/consts b/include/consts index 1cd32d4d..181ff15b 100644 --- a/include/consts +++ b/include/consts @@ -23,8 +23,8 @@ ################################################################################# # -# Paths where system and program binaries are located -BIN_PATHS="/bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin \ +# Paths where system and program binaries are typically located +BIN_PATHS="/bin /sbin /usr/bin /usr/gnu/bin /usr/sbin /usr/local/bin /usr/local/sbin \ /usr/local/libexec /usr/libexec /usr/sfw/bin /usr/sfw/sbin \ /usr/sfw/libexec /opt/sfw/bin /opt/sfw/sbin /opt/sfw/libexec \ /usr/xpg4/bin /usr/css/bin /usr/ucb /usr/X11R6/bin /usr/X11R7/bin \ -- cgit v1.2.3