diff options
Diffstat (limited to 'meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb index 0d26c338b9..cabe18ef8a 100644 --- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb +++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | |||
| @@ -26,7 +26,7 @@ do_install() { | |||
| 26 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 | 26 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 |
| 27 | install -m 555 pptp ${D}${sbindir} | 27 | install -m 555 pptp ${D}${sbindir} |
| 28 | install -m 644 pptp.8 ${D}${mandir}/man8 | 28 | install -m 644 pptp.8 ${D}${mandir}/man8 |
| 29 | install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp | 29 | install -m 644 ${UNPACKDIR}/options.pptp ${D}${sysconfdir}/ppp |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | RDEPENDS:${PN} = "ppp" | 32 | RDEPENDS:${PN} = "ppp" |
