wvdial: Install the peers file into the right place
author <freyther@openembedded.org> <>
Fri, 18 Apr 2008 16:24:45 +0000 (16:24 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Oct 2008 16:35:23 +0000 (17:35 +0100)
packages/wvdial/wvdial_1.60.bb

index c4a003a..29532b2 100644 (file)
@@ -1,6 +1,8 @@
 HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
 DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
 
+PR = "r1"
+
 LICENSE = "LGPL"
 SRC_URI = "http://www.alumnit.ca/download/wvdial-1.60.tar.gz"
 
@@ -11,5 +13,5 @@ EXTRA_OEMAKE = ""
 export WVLINK="${LD}"
 
 do_install() {
-    oe_runmake prefix=${D}/usr PPPDIR=${D}/etc install
+    oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install
 }