]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
instdso.sh: HP-UX's native 'install' apparently is not compatible
authorDaniel Earl Poirier <poirier@apache.org>
Fri, 4 Mar 2011 18:58:38 +0000 (18:58 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Fri, 4 Mar 2011 18:58:38 +0000 (18:58 +0000)
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

index 884e81f383d64a2138fcb857e6e59ee741882a81..3ca52722c3f57b900999b0abcd2de41a49050db4 100755 (executable)
@@ -50,7 +50,7 @@ then
 fi
 
 case $SYS in
-    SunOS)
+    SunOS|HP-UX)
         INSTALL_CMD=cp
         ;;
     *)