diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-09 16:12:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-09 16:12:03 +0000 |
commit | 404b0df0c02af3d699e5b846c47af9f9d9031479 (patch) | |
tree | f432fa508f5ccc0ae4940c17c40bb86d0d07865d /net-wireless | |
parent | Install files in appropriate location, thanks Arfrever pointing this out (diff) | |
download | gentoo-2-404b0df0c02af3d699e5b846c47af9f9d9031479.tar.gz gentoo-2-404b0df0c02af3d699e5b846c47af9f9d9031479.tar.bz2 gentoo-2-404b0df0c02af3d699e5b846c47af9f9d9031479.zip |
Correct things for 0.3.1
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild b/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild index 300efa475a3e..702b13182b77 100644 --- a/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild,v 1.1 2011/03/09 16:08:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild,v 1.2 2011/03/09 16:12:03 jlec Exp $ EAPI="3" @@ -33,6 +33,4 @@ src_install() { insinto /usr/share/${P}/ doins -r examples || die "no examples" fi - rm -rvf "${ED}"/usr/{docs,examples,INSTALL,README} || die - mv -v "${ED}"/usr{,/share}/man || die } |