Author: jfrederic.clere(a)jboss.com
Date: 2008-07-24 03:52:13 -0400 (Thu, 24 Jul 2008)
New Revision: 1759
Modified:
trunk/build/unix/util/buildrhelsrc.sh
Log:
Don't use the patch variable name... That is the gnu path patch!!!
Modified: trunk/build/unix/util/buildrhelsrc.sh
===================================================================
--- trunk/build/unix/util/buildrhelsrc.sh 2008-07-24 07:26:47 UTC (rev 1758)
+++ trunk/build/unix/util/buildrhelsrc.sh 2008-07-24 07:52:13 UTC (rev 1759)
@@ -170,9 +170,9 @@
echo "applying all the rhel patches"
else
echo "Not applying the following rhel patches: ${remove_list}"
- for patch in `echo "$remove_list"`
+ for patchfile in `echo "$remove_list"`
do
- cat ${WHERE}/patch.sh | grep -v ${patch} > ${WHERE}/patch.${compo}.sh
+ cat ${WHERE}/patch.sh | grep -v ${patchfile} > ${WHERE}/patch.${compo}.sh
mv ${WHERE}/patch.${compo}.sh ${WHERE}/patch.sh
done
fi
@@ -181,3 +181,6 @@
(cd ${dirsources}
${WHERE}/patch.sh
)
+
+echo "Applying the jboss patches to ${dirsources}"
+$build_top/util/applypatch.sh $build_top ${dirsources} true
Show replies by date