summaryrefslogtreecommitdiffstats
path: root/rules/proftpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-24 19:49:20 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-24 19:49:20 +0000
commit3e3cc9f9d72c05406f2937dc57eb98c02bceee24 (patch)
treea9556baa18ba096715bc0a1f58a28cad92b5eaf7 /rules/proftpd.make
parente3c29bf1b010c2e097e9655151a7a6ff11a16e75 (diff)
downloadptxdist-3e3cc9f9d72c05406f2937dc57eb98c02bceee24.tar.gz
ptxdist-3e3cc9f9d72c05406f2937dc57eb98c02bceee24.tar.xz
ipkgisation finished
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2507 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/proftpd.make')
-rw-r--r--rules/proftpd.make25
1 files changed, 13 insertions, 12 deletions
diff --git a/rules/proftpd.make b/rules/proftpd.make
index a0bb24099..82ee2da92 100644
--- a/rules/proftpd.make
+++ b/rules/proftpd.make
@@ -132,18 +132,19 @@ proftpd_targetinstall: $(STATEDIR)/proftpd.targetinstall
$(STATEDIR)/proftpd.targetinstall: $(STATEDIR)/proftpd.install
@$(call targetinfo, $@)
- $(call install_init,default)
- $(call install_fixup,PACKAGE,proftpd)
- $(call install_fixup,PRIORITY,optional)
- $(call install_fixup,VERSION,$(PROFTPD_VERSION))
- $(call install_fixup,SECTION,base)
- $(call install_fixup,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
- $(call install_fixup,DEPENDS,libc)
- $(call install_fixup,DESCRIPTION,missing)
-
- $(call install_copy, 0, 0, 0755, $(PROFTPD_DIR)/proftpd, /usr/sbin/proftpd)
-
- $(call install_finish)
+ @$(call install_init,default)
+ @$(call install_fixup,PACKAGE,proftpd)
+ @$(call install_fixup,PRIORITY,optional)
+ @$(call install_fixup,VERSION,$(PROFTPD_VERSION))
+ @$(call install_fixup,SECTION,base)
+ @$(call install_fixup,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
+ @$(call install_fixup,DEPENDS,libc)
+ @$(call install_fixup,DESCRIPTION,missing)
+
+ @$(call install_copy, 0, 0, 0755, $(PROFTPD_DIR)/proftpd, /usr/sbin/proftpd)
+ @$(call install_copy, 11, 101, 0644, $(TOPDIR)/projects/generic/etc/proftpd.conf, /etc/proftpd.conf, n)
+
+ @$(call install_finish)
touch $@