diff options
author | <freyther@openembedded.org> | 2008-04-18 16:24:45 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-29 17:35:23 +0100 |
commit | ff0d06489db2e50353d72d24aada74c60bddb016 (patch) | |
tree | e7f48db69d2ceb5a9883290971729d43e4c2695f | |
parent | 2813dc78d66fc7da72fdf53010c6e148d20c0f45 (diff) |
wvdial: Install the peers file into the right place
-rw-r--r-- | 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 c4a003a2ec..29532b241c 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 } |