summaryrefslogtreecommitdiff
path: root/build/instdso.sh
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2011-03-04 18:58:38 +0000
committerDaniel Earl Poirier <poirier@apache.org>2011-03-04 18:58:38 +0000
commita0c9958579959a94927856789495fe353c30487d (patch)
treec85b13041fc90bcc9563c100d8601c9aecb4159b /build/instdso.sh
parentbc0ae0cc9ec3eeb3eb958820278ef107626ca412 (diff)
downloadhttpd-a0c9958579959a94927856789495fe353c30487d.tar.gz
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
Diffstat (limited to 'build/instdso.sh')
-rwxr-xr-xbuild/instdso.sh2
1 files changed, 1 insertions, 1 deletions
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
;;
*)