From 7ea8e3447025f038235be46f68db48816e5e8b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 6 Oct 2006 13:19:27 +0000 Subject: [PATCH] Add bonus path git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18265 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index 989fa7ee9..31d358bee 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -12,6 +12,11 @@ passhrase= builddir= noemail= +# Add some bonus paths, to find sendmail and other tools +# on interesting platforms. +PATH="${PATH}:/usr/sbin:/usr/bin:/usr/libexec:/usr/lib" +PATH="${PATH}:/usr/local/bin:/usr/local/sbin" + # no more use configurabled part below (hopefully) usage="[--current] [--release version] [--cvs SourceRepository] [--cvs-flags] [--result-directory dir] [--fetch-method wget|ftp|curl|cvs] --keep-tree] [--autotools] [--passhrase string] [--no-email] [--build-dir dir]"