You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/18 22:29:41 UTC

svn commit: r605330 - /httpd/mod_ftp/trunk/Makefile.apxs

Author: wrowe
Date: Tue Dec 18 13:29:40 2007
New Revision: 605330

URL: http://svn.apache.org/viewvc?rev=605330&view=rev
Log:
Fix exp_sysconfdir substitution

Modified:
    httpd/mod_ftp/trunk/Makefile.apxs

Modified: httpd/mod_ftp/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile.apxs?rev=605330&r1=605329&r2=605330&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/Makefile.apxs Tue Dec 18 13:29:40 2007
@@ -46,7 +46,7 @@
 	    	if test -f $$i; then \
 	    	    sed -e 's#@exp_ftpdocsdir@#$(exp_ftpdocsdir)#;' \
 	    		-e 's#@exp_runtimedir@#$(exp_runtimedir)#;' \
-	    		-e 's#@exp_expconfdir@#$(rel_sysconfdir)#;' \
+	    		-e 's#@exp_sysconfdir@#$(exp_sysconfdir)#;' \
 	    		-e 's#@rel_sysconfdir@#$(rel_sysconfdir)#;' \
 	    		-e 's#@rel_logfiledir@#$(rel_logfiledir)#;' \
 	    		-e 's#\#@@LoadFtpModules@@##;' \