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 | b8a188661aa6d2e7c73d0181e6b635fc707dbd8d (patch) | |
tree | fe5b7462ac9de105d105dcd81d57bc46274b67d6 /net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild | |
parent | Install files in appropriate location, thanks Arfrever pointing this out (diff) | |
download | historical-b8a188661aa6d2e7c73d0181e6b635fc707dbd8d.tar.gz historical-b8a188661aa6d2e7c73d0181e6b635fc707dbd8d.tar.bz2 historical-b8a188661aa6d2e7c73d0181e6b635fc707dbd8d.zip |
Correct things for 0.3.1
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'net-wireless/python-wifi/python-wifi-0.3.1-r1.ebuild')
-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 } |