summaryrefslogtreecommitdiffstats
path: root/rules/apache2.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-07-17 07:58:21 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-07-17 07:58:21 +0000
commit914e91de8037fecd6dcfb4a379a99f6637fedb0c (patch)
tree423d840b73181dec646486139e11ad767c269bae /rules/apache2.make
parent03c1133bf5770cb153d5a60a469997c6b2e0ac6c (diff)
downloadptxdist-914e91de8037fecd6dcfb4a379a99f6637fedb0c.tar.gz
ptxdist-914e91de8037fecd6dcfb4a379a99f6637fedb0c.tar.xz
keep symbols in sync
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5929 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/apache2.make')
-rw-r--r--rules/apache2.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index 2a141e95f..be31a1986 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -219,10 +219,10 @@ ifdef PTXCONF_APACHE2_DEFAULTCONFIG
$(APACHE2_DIR)/httpd.conf, \
$(PTXCONF_APACHE2_CONFIGDIR)/httpd.conf,n)
else
-ifneq ($(PTXCONF_APACHE2_USERCONFIG), "")
+ifneq ($(PTXCONF_APACHE2_USER_CONFIG), "")
@echo "installing user config file..."
@$(call install_copy, apache2, 12, 102, 0644, \
- $(PTXCONF_APACHE2_USERCONFIG), \
+ $(PTXCONF_APACHE2_USER_CONFIG), \
$(PTXCONF_APACHE2_CONFIGDIR)/httpd.conf,n)
endif
endif