summaryrefslogtreecommitdiffstats
path: root/rules/proftpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-11 20:19:23 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-11 20:19:23 +0000
commit4470d48b94e82727bf71882255211bdc155a93aa (patch)
treeda347477977e7bde64ea600bc0ce64a2a674a01c /rules/proftpd.make
parentb7082506f9d0301ccbca4f2a940a4a596de2cf2c (diff)
downloadptxdist-4470d48b94e82727bf71882255211bdc155a93aa.tar.gz
ptxdist-4470d48b94e82727bf71882255211bdc155a93aa.tar.xz
paths fixed for generic directory
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5110 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/proftpd.make')
-rw-r--r--rules/proftpd.make12
1 files changed, 9 insertions, 3 deletions
diff --git a/rules/proftpd.make b/rules/proftpd.make
index bec91fed2..c30507863 100644
--- a/rules/proftpd.make
+++ b/rules/proftpd.make
@@ -139,11 +139,17 @@ $(STATEDIR)/proftpd.targetinstall: $(proftpd_targetinstall_deps_default)
@$(call install_fixup, proftpd,DEPENDS,)
@$(call install_fixup, proftpd,DESCRIPTION,missing)
- @$(call install_copy, proftpd, 0, 0, 0755, $(PROFTPD_DIR)/proftpd, /usr/sbin/proftpd)
- @$(call install_copy, proftpd, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/etc/init.d/proftpd, /etc/init.d/proftpd, n)
+ @$(call install_copy, proftpd, 0, 0, 0755, \
+ $(PROFTPD_DIR)/proftpd, \
+ /usr/sbin/proftpd)
+ @$(call install_copy, proftpd, 0, 0, 0755, \
+ $(PTXDIST_TOPDIR)/projects-example/generic/etc/init.d/proftpd, \
+ /etc/init.d/proftpd, n)
ifdef $(PTXCONF_PROFTPD_DEFAULTCONFIG)
- @$(call install_copy, proftpd, 11, 101, 0644, $(PTXDIST_TOPDIR)/projects/generic/etc/proftpd.conf, /etc/proftpd.conf, n)
+ @$(call install_copy, proftpd, 11, 101, 0644, \
+ $(PTXDIST_TOPDIR)/projects-example/generic/etc/proftpd.conf, \
+ /etc/proftpd.conf, n)
endif
@$(call install_finish, proftpd)