From a0c9958579959a94927856789495fe353c30487d Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Fri, 4 Mar 2011 18:58:38 +0000 Subject: [PATCH] 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 --- build/instdso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/instdso.sh b/build/instdso.sh index 884e81f383..3ca52722c3 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 ;; *) -- 2.40.0