diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-10-08 21:05:43 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-10-08 21:05:43 +0000 |
commit | 6b50a1a7b01d86c098ac30bc14f637cc5ef565ff (patch) | |
tree | 4eacaa6d070f80c2cbb3c31e826bd050b9f722d1 /net-wireless/ubertooth/ubertooth-9999.ebuild | |
parent | Stable channel bump. (diff) | |
download | gentoo-2-6b50a1a7b01d86c098ac30bc14f637cc5ef565ff.tar.gz gentoo-2-6b50a1a7b01d86c098ac30bc14f637cc5ef565ff.tar.bz2 gentoo-2-6b50a1a7b01d86c098ac30bc14f637cc5ef565ff.zip |
fix mistake during distutils conversion
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/ubertooth/ubertooth-9999.ebuild')
-rw-r--r-- | net-wireless/ubertooth/ubertooth-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 5e080a8370f3..b0242aabf5a5 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/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/ubertooth/ubertooth-9999.ebuild,v 1.12 2012/10/08 20:16:51 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.13 2012/10/08 21:05:43 zerochaos Exp $ EAPI="4" @@ -115,6 +115,8 @@ src_install() { use clock_debug && dobin bluetooth_rxtx/ubertooth-follow use python && distutils_src_install + use specan && dobin specan_ui/ubertooth-specan-ui + use dfu && dobin usb_dfu/ubertooth-dfu dolib.so bluetooth_rxtx/libubertooth.so.0.1 dosym libubertooth.so.0.1 /usr/$(get_libdir)/libubertooth.so.0 |