From 0c77e1f49fdbf22cce43f2e794393bcf34cc652c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 23 Mar 2010 16:04:32 +0800 Subject: ettercap-ng: Fix the packaging of the doc package The addition of datadir to FILES_PN lead to shipping the manpages by default. Fix that packaging error. --- recipes/ettercap/ettercap-ng_0.7.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb index fea9302cc9..8e22283d86 100644 --- a/recipes/ettercap/ettercap-ng_0.7.3.bb +++ b/recipes/ettercap/ettercap-ng_0.7.3.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "virtual/libiconv libnet libpcap openssl libpcre ncurses zlib libtool" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-NG-${PV}.tar.gz \ file://autotools.patch;patch=1 \ @@ -17,5 +17,5 @@ inherit autotools EXTRA_OECONF += "--disable-gtk --with-libncurses=${STAGING_INCDIR}" -FILES_${PN} += "${datadir} ${libdir}/ettercap/*.so" +FILES_${PN} += "${datadir}/ettercap ${libdir}/ettercap/*.so" FILES_${PN}-dbg += "${libdir}/ettercap/.debug" -- cgit v1.2.3