diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
commit | f907777709b20d8d73e3587026296a6616262229 (patch) | |
tree | e1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/poptop/poptop_1.3.0.bb | |
parent | ad4e12fab01540a845d060daa76bd0d87b78126f (diff) |
remove extra whitespace at end-of-line in about 900 bb files.
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/ |