summaryrefslogtreecommitdiffstats
path: root/rules/ntp.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/ntp.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/ntp.make')
-rw-r--r--rules/ntp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ntp.make b/rules/ntp.make
index 4ea863a3f..4cc2f2e48 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -361,7 +361,7 @@ ifdef PTXCONF_NTP_NTPDATE
endif
ifdef PTXCONF_NTP_NTPD
@$(call install_copy, ntp, 0, 0, 0755, $(NTP_DIR)/ntpd/ntpd, /usr/sbin/ntpd)
- @$(call install_copy, ntp, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/etc/init.d/ntp, /etc/init.d/ntp-server, n)
+ @$(call install_copy, ntp, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects-example/generic/etc/init.d/ntp, /etc/init.d/ntp-server, n)
endif
ifdef PTXCONF_NTP_NTPDC
@$(call install_copy, ntp, 0, 0, 0755, $(NTP_DIR)/ntpdc/ntpdc, /usr/sbin/ntpdc)