Author: mladen.turk(a)jboss.com
Date: 2008-02-01 06:56:32 -0500 (Fri, 01 Feb 2008)
New Revision: 1327
Modified:
trunk/build/unix/buildsrc.rhel-httpd.sh
Log:
Use build_svn_root instead relative paths
Modified: trunk/build/unix/buildsrc.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildsrc.rhel-httpd.sh 2008-02-01 11:55:20 UTC (rev 1326)
+++ trunk/build/unix/buildsrc.rhel-httpd.sh 2008-02-01 11:56:32 UTC (rev 1327)
@@ -104,7 +104,7 @@
#
# Copy the windows NMAKE files (and additional stuff).
-dirnmake=${build_top}/../../httpd/httpd-2.2/
+dirnmake=${build_svn_root}/httpd/httpd-2.2/
if [ -d ${dirnmake} ]; then
svn export --force ${dirnmake} ${dirsources}
else
Show replies by date