summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/ettercap/ettercap-ng_0.7.3.bb4
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"