Author: jfrederic.clere(a)jboss.com
Date: 2008-01-14 07:44:38 -0500 (Mon, 14 Jan 2008)
New Revision: 1277
Modified:
trunk/build/unix/buildbin.asf-jk.sh
Log:
Undone previous patch.
Modified: trunk/build/unix/buildbin.asf-jk.sh
===================================================================
--- trunk/build/unix/buildbin.asf-jk.sh 2008-01-14 10:57:13 UTC (rev 1276)
+++ trunk/build/unix/buildbin.asf-jk.sh 2008-01-14 12:44:38 UTC (rev 1277)
@@ -103,8 +103,6 @@
# Copy the dynamic library (for the moment jlibtool can't copy mod_jk.la on itself).
(cd apache-2.0
- mkdir -p INSTALL
- ../scripts/build/instdso.sh SH_LIBTOOL=${LIBTOOL} mod_jk.la `pwd`/INSTALL
- cp INSTALL/mod_jk.${so_extension} ${modules_dir}
- rm -rf INSTALL
+ ../scripts/build/instdso.sh SH_LIBTOOL=${LIBTOOL} mod_jk.la `pwd`
+ cp mod_jk.${so_extension} ${modules_dir}
)
Show replies by date