Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 11:29:53 -0400 (Thu, 13 Jun 2013)
New Revision: 3119
Modified:
trunk/build/unix/util/applypatch.sh
Log:
quick for
dev92.mw.lab.eng.bos.redhat.com that also as a old libtool.
Modified: trunk/build/unix/util/applypatch.sh
===================================================================
--- trunk/build/unix/util/applypatch.sh 2013-06-13 15:03:58 UTC (rev 3118)
+++ trunk/build/unix/util/applypatch.sh 2013-06-13 15:29:53 UTC (rev 3119)
@@ -58,6 +58,11 @@
if [ $? -eq 0 ]; then
ver=4
fi
+ box_name=`uname -n`
+ if [ $box_name = "dev92.mw.lab.eng.bos.redhat.com" ]; then
+ dist=RedHatEnterpriseES
+ ver=4
+ fi
fi
# lsb_release is not always installed :-(
#dist=`lsb_release -i -s`