[oe-commits] : wvdial: Install the peers file into the right place

GIT User account git at amethyst.openembedded.net
Tue Nov 4 21:17:30 UTC 2008


Module: openembedded.git
Branch: holger/openmoko-merges
Commit: ff0d06489db2e50353d72d24aada74c60bddb016
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff0d06489db2e50353d72d24aada74c60bddb016

Author:  <freyther at openembedded.org>
Date:   Fri Apr 18 16:24:45 2008 +0000

wvdial: Install the peers file into the right place

---

 packages/wvdial/wvdial_1.60.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/wvdial/wvdial_1.60.bb b/packages/wvdial/wvdial_1.60.bb
index c4a003a..29532b2 100644
--- a/packages/wvdial/wvdial_1.60.bb
+++ b/packages/wvdial/wvdial_1.60.bb
@@ -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
 }





More information about the Openembedded-commits mailing list