summaryrefslogtreecommitdiffstats
path: root/rules/rsync.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:34:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:34:06 +0000
commitc76b4141ea5c2b563435b6196e3c724b88385651 (patch)
treea7beb9ab0752a2e76044c54c2ed09b516ad86983 /rules/rsync.make
parent978131c0a5cdf31b0893913acc91127f62064f19 (diff)
downloadptxdist-c76b4141ea5c2b563435b6196e3c724b88385651.tar.gz
ptxdist-c76b4141ea5c2b563435b6196e3c724b88385651.tar.xz
* rsync: added user default konfigs to rsync packet; patch by
Carsten Schlote. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8131 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.make')
-rw-r--r--rules/rsync.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rsync.make b/rules/rsync.make
index 69c68d4cd..96722ba11 100644
--- a/rules/rsync.make
+++ b/rules/rsync.make
@@ -141,7 +141,7 @@ ifdef PTXCONF_RSYNC_CONFIG_FILE_DEFAULT
ifneq ($(call remove_quotes,$(PTXCONF_RSYNC_CONFIG_FILE)),)
@$(call install_copy, rsync, 0, 0, 0644, \
$(PTXDIST_TOPDIR)/generic/etc/rsyncd.conf, \
- $(PTXCONF_RSYNC_CONFIG_FILE), n)
+ $(call remove_quotes,$(PTXCONF_RSYNC_CONFIG_FILE)), n )
else
# use default
@$(call install_copy, rsync, 0, 0, 0644, \
@@ -157,7 +157,7 @@ ifdef PTXCONF_RSYNC_CONFIG_FILE_USER
ifneq ($(call remove_quotes,$(PTXCONF_RSYNC_CONFIG_FILE)),)
@$(call install_copy, rsync, 0, 0, 0644, \
$(PTXDIST_WORKSPACE)/projectroot/etc/rsyncd.conf, \
- $(PTXCONF_RSYNC_CONFIG_FILE), n)
+ $(call remove_quotes,$(PTXCONF_RSYNC_CONFIG_FILE)), n )
else
# use as default
@$(call install_copy, rsync, 0, 0, 0644, \