summaryrefslogtreecommitdiffstats
path: root/rules/proftpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
commite3977dd6c71096913d432de42865216010aa94bf (patch)
tree47c20755dec10f4a1f1fd55871dbf40f78cb6ef6 /rules/proftpd.make
parent055bd567307b482947726a89fc2f109feb1b1647 (diff)
downloadptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.gz
ptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.xz
fix: convert all touchs into call touchs; migrate TOPDIR to PTXDIST_TOPDIR
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3463 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/proftpd.make')
-rw-r--r--rules/proftpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/proftpd.make b/rules/proftpd.make
index 04104d9d1..d494984ba 100644
--- a/rules/proftpd.make
+++ b/rules/proftpd.make
@@ -141,10 +141,10 @@ $(STATEDIR)/proftpd.targetinstall: $(STATEDIR)/proftpd.install
@$(call install_fixup,DESCRIPTION,missing)
@$(call install_copy, 0, 0, 0755, $(PROFTPD_DIR)/proftpd, /usr/sbin/proftpd)
- @$(call install_copy, 0, 0, 0755, $(TOPDIR)/projects/generic/etc/init.d/proftpd, /etc/init.d/proftpd, n)
+ @$(call install_copy, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/etc/init.d/proftpd, /etc/init.d/proftpd, n)
ifdef $(PTXCONF_PROFTPD_DEFAULTCONFIG)
- @$(call install_copy, 11, 101, 0644, $(TOPDIR)/projects/generic/etc/proftpd.conf, /etc/proftpd.conf, n)
+ @$(call install_copy, 11, 101, 0644, $(PTXDIST_TOPDIR)/projects/generic/etc/proftpd.conf, /etc/proftpd.conf, n)
endif
@$(call install_finish)