[jbossnative-commits] JBoss Native SVN: r1342 - trunk/build/unix.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Mon Feb 4 04:40:57 EST 2008


Author: mladen.turk at jboss.com
Date: 2008-02-04 04:40:57 -0500 (Mon, 04 Feb 2008)
New Revision: 1342

Modified:
   trunk/build/unix/buildbin.rhel-httpd.windows.sh
Log:
Use correct location

Modified: trunk/build/unix/buildbin.rhel-httpd.windows.sh
===================================================================
--- trunk/build/unix/buildbin.rhel-httpd.windows.sh	2008-02-04 09:21:40 UTC (rev 1341)
+++ trunk/build/unix/buildbin.rhel-httpd.windows.sh	2008-02-04 09:40:57 UTC (rev 1342)
@@ -61,12 +61,14 @@
 fi
 
 mkdir -p ${output_loc}/httpd-2.2
+win_output_loc=`cygpath -w -a ${output_loc}/httpd-2.2`
+
 native_sources=srclib/`ls srclib | grep httpd-2.2`
 src_dir=`cygpath -w -a ${native_sources}` 
 
 (cd $native_sources
  echo "Running nmake at `pwd`"
- nmake -f NMAKEmakefile PREFIX=${win_prefix_loc} ${add_conf} install
+ nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install
 )
 
 echo "Done"




More information about the jbossnative-commits mailing list