summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-06-24 21:48:50 +0000
committerEric Covener <covener@apache.org>2013-06-24 21:48:50 +0000
commit1cc32d26f6c1e2361c033125722147dd53b1c8b7 (patch)
tree7e6ce742e78db36fb03c111447627ce7b793c0ed /build
parent8d7c3860fe584a56c262f290f69b3322d3ce9043 (diff)
downloadhttpd-1cc32d26f6c1e2361c033125722147dd53b1c8b7.tar.gz
Use cp on AIX too. /usr/bin/install isn't compatible on recent systems
and it's a pain to install and force /opt/freeware/bin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-xbuild/instdso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instdso.sh b/build/instdso.sh
index 89aa32d010..2e1506ca29 100755
--- a/build/instdso.sh
+++ b/build/instdso.sh
@@ -55,7 +55,7 @@ then
fi
case $SYS in
- SunOS|HP-UX)
+ SunOS|HP-UX|AIX)
INSTALL_CMD=cp
;;
*)