summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-08-30 23:18:08 +0000
committerRick Farina <zerochaos@gentoo.org>2012-08-30 23:18:08 +0000
commit06bbe9fdf5de885f1540bf5a161a93fd5c3d6ff6 (patch)
tree7f2687d07b9eec0644c886040f092c35ea98ca10 /net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
parentSync to the live ebuild. (diff)
downloadgentoo-2-06bbe9fdf5de885f1540bf5a161a93fd5c3d6ff6.tar.gz
gentoo-2-06bbe9fdf5de885f1540bf5a161a93fd5c3d6ff6.tar.bz2
gentoo-2-06bbe9fdf5de885f1540bf5a161a93fd5c3d6ff6.zip
fix accidental /usr/usr/ install path
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild')
-rw-r--r--net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
index 6d6d705178d1..8504f8e2ec36 100644
--- a/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
+++ b/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild,v 1.5 2012/07/28 09:30:45 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild,v 1.6 2012/08/30 23:18:08 zerochaos Exp $
EAPI="4"
@@ -47,7 +47,7 @@ src_install() {
else
cd "${S}/kismet/plugin-ubertooth" || die
fi
- emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" KIS_DEST_DIR="${D}/usr/" install
+ emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" install
}
pkg_postinst() {