Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 11:03:58 -0400 (Thu, 13 Jun 2013)
New Revision: 3118
Modified:
trunk/build/unix/util/applypatch.sh
Log:
In fact all version 5 also have the old libtool.
Modified: trunk/build/unix/util/applypatch.sh
===================================================================
--- trunk/build/unix/util/applypatch.sh 2013-06-13 14:28:50 UTC (rev 3117)
+++ trunk/build/unix/util/applypatch.sh 2013-06-13 15:03:58 UTC (rev 3118)
@@ -54,6 +54,10 @@
if [ $? -eq 0 ]; then
ver=4
fi
+ grep "release 5" /etc/redhat-release
+ if [ $? -eq 0 ]; then
+ ver=4
+ fi
fi
# lsb_release is not always installed :-(
#dist=`lsb_release -i -s`
Show replies by date