]> granicus.if.org Git - apache/commitdiff
First step in making binbuild.sh more
authorJim Jagielski <jim@apache.org>
Fri, 15 Jan 1999 15:01:16 +0000 (15:01 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 15 Jan 1999 15:01:16 +0000 (15:01 +0000)
"universal" as far as working with all/most shells. Remove the
findprg.sh helper since PrintPath works just fine

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82659 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index 3279148fcbcbfa90e2a2bf649192bb65ca5065d6..c323e532181b8dc8040af868ffce7cef4c2be8ed 100755 (executable)
@@ -11,9 +11,9 @@ APDIR=$(basename $(pwd))
 VER=$(echo $APDIR |sed s/apache-//)
 OS=$(src/helpers/GuessOS)
 USER="$(src/helpers/buildinfo.sh -n %u@%h%d)"
-TAR="$(src/helpers/findprg.sh tar)"
-GTAR="$(src/helpers/findprg.sh gtar)"
-GZIP="$(src/helpers/findprg.sh gzip)"
+TAR="$(src/helpers/PrintPath tar)"
+GTAR="$(src/helpers/PrintPath gtar)"
+GZIP="$(src/helpers/PrintPath gzip)"
 CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max"
 
 if [ ! -f ./ABOUT_APACHE ]