diff options
Diffstat (limited to 'packages/poptop/poptop_1.3.0.bb')
-rw-r--r-- | packages/poptop/poptop_1.3.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/poptop/poptop_1.3.0.bb b/packages/poptop/poptop_1.3.0.bb index a8bd12a31f..0ad4588ac4 100644 --- a/packages/poptop/poptop_1.3.0.bb +++ b/packages/poptop/poptop_1.3.0.bb @@ -4,12 +4,12 @@ This enables administrators to leverage the considerable benefits of both Micros The current release version supports Windows 95/98/Me/NT/2000/XP PPTP clients and Linux PPTP clients \ For more info visit http://www.poptop.org/" -HOMEPAGE = "http://www.poptop.org/" +HOMEPAGE = "http://www.poptop.org/" LICENSE = "GPL" SECTION = "network" PRIORITY = "optional" DEPENDS = "ppp" -RDEPENDS = "ppp" +RDEPENDS = "ppp" PR = "r0" @@ -20,7 +20,7 @@ S = "${WORKDIR}/pptpd-${PV}" -do_install() { +do_install() { install -d ${D}${sbindir} install -d ${D}/${sysconfdir} install -d ${D}/${sysconfdir}/ppp/ |