diff options
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb index ffc0bc8745..ee84f77252 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_git.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb | |||
@@ -49,7 +49,7 @@ PACKAGES =+ "${PN}d" | |||
49 | FILES_${PN} = "${bindir}/*" | 49 | FILES_${PN} = "${bindir}/*" |
50 | 50 | ||
51 | FILES_${PN}d = "${sbindir}/* \ | 51 | FILES_${PN}d = "${sbindir}/* \ |
52 | ${sysconfdir}/init.d/* \ | 52 | ${sysconfdir} \ |
53 | /srv/tftp \ | 53 | /srv/tftp \ |
54 | ${systemd_unitdir}/system/atftpd.service \ | 54 | ${systemd_unitdir}/system/atftpd.service \ |
55 | " | 55 | " |