From: Daniel Earl Poirier Date: Fri, 4 Mar 2011 18:58:38 +0000 (+0000) Subject: instdso.sh: HP-UX's native 'install' apparently is not compatible X-Git-Tag: 2.3.12~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c9958579959a94927856789495fe353c30487d;p=thirdparty%2Fapache%2Fhttpd.git instdso.sh: HP-UX's native 'install' apparently is not compatible enough with BSD install to use here, fall back to just using 'cp'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078101 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/instdso.sh b/build/instdso.sh index 884e81f383d..3ca52722c3f 100755 --- a/build/instdso.sh +++ b/build/instdso.sh @@ -50,7 +50,7 @@ then fi case $SYS in - SunOS) + SunOS|HP-UX) INSTALL_CMD=cp ;; *)