From: Date: Fri, 18 Apr 2008 16:24:45 +0000 (+0000) Subject: wvdial: Install the peers file into the right place X-Git-Tag: Release-2010-05/1~5331^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0d06489db2e50353d72d24aada74c60bddb016;p=openembedded.git wvdial: Install the peers file into the right place --- 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 }