[csw-devel] SF.net SVN: gar:[11559] csw/mgar/pkg/apache2/trunk/files/conf_build_scripts
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Nov 11 03:39:33 CET 2010
Revision: 11559
http://gar.svn.sourceforge.net/gar/?rev=11559&view=rev
Author: bdwalton
Date: 2010-11-11 02:39:32 +0000 (Thu, 11 Nov 2010)
Log Message:
-----------
apache2: tweak the conf building script
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/files/conf_build_scripts
Modified: csw/mgar/pkg/apache2/trunk/files/conf_build_scripts
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/conf_build_scripts 2010-11-11 02:33:41 UTC (rev 11558)
+++ csw/mgar/pkg/apache2/trunk/files/conf_build_scripts 2010-11-11 02:39:32 UTC (rev 11559)
@@ -8,9 +8,7 @@
cd $ROOT/$AP2_CONF;
for f in $(find . -name '*conf'); do
- if [ ! -f "$f.bak" ]; then
- perl -pi.bak -e 's/\$/\\\$/g' $f
- fi
+ echo "...processing $f"
cat <<EOF > $f.new
PIR=\${PKG_INSTALL_ROOT:-/}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list