[csw-devel] SF.net SVN: gar:[14805] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Jun 14 03:58:16 CEST 2011
Revision: 14805
http://gar.svn.sourceforge.net/gar/?rev=14805&view=rev
Author: bdwalton
Date: 2011-06-14 01:58:15 +0000 (Tue, 14 Jun 2011)
Log Message:
-----------
php5/trunk: use sysconfdir instead of hard coded paths in preserveconf statements
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-06-14 01:56:15 UTC (rev 14804)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-06-14 01:58:15 UTC (rev 14805)
@@ -67,7 +67,7 @@
# of sqlite...
BUILD_DEP_PKGS += CSWsqlite
-PRESERVECONF = /etc$(prefix)/php5/php.ini /etc$(prefix)/php5/pear.conf
+PRESERVECONF = $(sysconfdir)/php.ini $(sysconfdir)/pear.conf
PRESERVECONF += /opt/csw/apache2/etc/extra/httpd-php5.conf
MIGRATE_FILES_CSWphp5 = "php.ini"
MIGRATE_SOURCE_DIR_CSWphp5 = /opt/csw/php5/lib
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