ettercap-ng: Fix the packaging of the doc package
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 23 Mar 2010 08:04:32 +0000 (16:04 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 23 Mar 2010 08:07:35 +0000 (16:07 +0800)
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

index fea9302..8e22283 100644 (file)
@@ -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"