diff options
Diffstat (limited to 'packages/pptp-linux/pptp-linux_1.5.0.bb')
-rw-r--r-- | packages/pptp-linux/pptp-linux_1.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pptp-linux/pptp-linux_1.5.0.bb b/packages/pptp-linux/pptp-linux_1.5.0.bb index d98478d780..7fdcd4d316 100644 --- a/packages/pptp-linux/pptp-linux_1.5.0.bb +++ b/packages/pptp-linux/pptp-linux_1.5.0.bb @@ -22,7 +22,7 @@ do_compile() { oe_runmake } -do_install() { +do_install() { install -d ${D}${sbindir} install -d ${D}/etc/ install -d ${D}/etc/ppp/ |