Author: jfrederic.clere(a)jboss.com
Date: 2009-02-01 14:12:43 -0500 (Sun, 01 Feb 2009)
New Revision: 2260
Modified:
trunk/build/unix/buildsrc.cluster.sh
Log:
Need gnu patch (dev24 tells: "Hmm... I can't seem to find a patch in there
anywhere."
Modified: trunk/build/unix/buildsrc.cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.cluster.sh 2009-02-01 17:24:21 UTC (rev 2259)
+++ trunk/build/unix/buildsrc.cluster.sh 2009-02-01 19:12:43 UTC (rev 2260)
@@ -70,5 +70,5 @@
# Fix the config.m4 to build mod_cluster
(cd ${destdir}/modules/proxy
- patch -p0 < config.m4.patch
+ $patch -p0 < config.m4.patch
)