Author: jfrederic.clere(a)jboss.com
Date: 2008-02-29 11:41:19 -0500 (Fri, 29 Feb 2008)
New Revision: 1405
Modified:
trunk/build/unix/buildbin.rhel-httpd.sh
Log:
Arrange the files names.
Modified: trunk/build/unix/buildbin.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildbin.rhel-httpd.sh 2008-02-29 15:50:48 UTC (rev 1404)
+++ trunk/build/unix/buildbin.rhel-httpd.sh 2008-02-29 16:41:19 UTC (rev 1405)
@@ -208,5 +208,14 @@
cp ${common_loc}/bin/openssl ${install_loc}/bin
fi
+# Arrange the sl file into so on hpux
+if [ "$BUILD_SYS" = "hpux" ]; then
+ for file in `find ${RPM_BUILD_ROOT}/opt/jboss/httpd/lib/httpd -name *.sl`
+ do
+ nfile=`echo $file | sed 's:\.sl:\.so:'`
+ mv $file $nfile
+ done
+fi
+
echo "Done"
exit 0
Show replies by date