Author: jfrederic.clere(a)jboss.com
Date: 2013-07-22 08:37:52 -0400 (Mon, 22 Jul 2013)
New Revision: 3140
Modified:
trunk/build/unix/util/applypatch.sh
Log:
Add another machine that uses old libtool.
Modified: trunk/build/unix/util/applypatch.sh
===================================================================
--- trunk/build/unix/util/applypatch.sh 2013-07-22 08:56:39 UTC (rev 3139)
+++ trunk/build/unix/util/applypatch.sh 2013-07-22 12:37:52 UTC (rev 3140)
@@ -69,6 +69,10 @@
dist=RedHatEnterpriseES
ver=4
fi
+ if [ $box_name = "dev66.mw.lab.eng.bos.redhat.com" ]; then
+ dist=RedHatEnterpriseES
+ ver=4
+ fi
if [ -f $xbap_build_top/../patch/$basefilename.$dist.$ver.patch ]; then
filename=$basefilename.$dist.$ver.patch
fi
Show replies by date