Author: jfrederic.clere(a)jboss.com
Date: 2011-01-10 06:33:27 -0500 (Mon, 10 Jan 2011)
New Revision: 2707
Modified:
trunk/build/unix/build.sh
Log:
Add /opt/freeware for the AIX boxes.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2011-01-06 11:26:31 UTC (rev 2706)
+++ trunk/build/unix/build.sh 2011-01-10 11:33:27 UTC (rev 2707)
@@ -387,6 +387,10 @@
build_zlib=true
fi
;;
+ AIX)
+ PATH=$PATH:/opt/freeware/bin
+ export PATH
+ ;;
esac
# Check for a posix tar
Show replies by date