diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-23 16:04:32 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-23 16:07:35 +0800 |
commit | 0c77e1f49fdbf22cce43f2e794393bcf34cc652c (patch) | |
tree | f185dfc2ca28ce3280daf874c632f79a1aec9050 /recipes/ettercap | |
parent | 86a524db965a46b1262d6f0ffcec1954cff4c5c0 (diff) |
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.
Diffstat (limited to 'recipes/ettercap')
-rw-r--r-- | recipes/ettercap/ettercap-ng_0.7.3.bb | 4 |
1 files 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" |