[csw-devel] SF.net SVN: gar:[11687] csw/mgar/pkg/apache2/branches/fs-rework/files/ build_cas_template

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Nov 22 03:39:37 CET 2010


Revision: 11687
          http://gar.svn.sourceforge.net/gar/?rev=11687&view=rev
Author:   bdwalton
Date:     2010-11-22 02:39:37 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
apache2/fs-rework: clean up use of pkg_install_root in cas build scripts

Modified Paths:
--------------
    csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template

Modified: csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template
===================================================================
--- csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template	2010-11-22 02:35:09 UTC (rev 11686)
+++ csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template	2010-11-22 02:39:37 UTC (rev 11687)
@@ -4,9 +4,9 @@
 #!/bin/sh
 
 PIR=\${PKG_INSTALL_ROOT:-/}
-AP2_DIR=\$PIR/opt/csw/apache2
+AP2_DIR=/opt/csw/apache2
 AP2_CONF=\$PIR/etc/opt/csw/apache2
-OLD_CONF=\$PIR/\$AP2_DIR/etc
+OLD_CONF=\$PIR\$AP2_DIR/etc
 
 NEW_CONF_FILE=\$AP2_CONF/$1
 OLD_CONF_FILE=\$OLD_CONF/$1


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