diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-17 23:13:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-17 23:13:33 +0000 |
commit | 7f2dde83c87beee9e8d428f23e474ce9f75c3bc4 (patch) | |
tree | 2c29bca1e22222da27662edbcf2eb5740cc89e39 /sys-apps/smartmontools | |
parent | Add patch to fix strict-aliasing breakages. (diff) | |
download | gentoo-2-7f2dde83c87beee9e8d428f23e474ce9f75c3bc4.tar.gz gentoo-2-7f2dde83c87beee9e8d428f23e474ce9f75c3bc4.tar.bz2 gentoo-2-7f2dde83c87beee9e8d428f23e474ce9f75c3bc4.zip |
dont install makefiles #136531 by throw_away_2002
(Portage version: 2.1)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.36.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.36.ebuild b/sys-apps/smartmontools/smartmontools-5.36.ebuild index 40e7391c1d7d..b4c05130e972 100644 --- a/sys-apps/smartmontools/smartmontools-5.36.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.36.ebuild,v 1.6 2006/06/15 17:59:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.36.ebuild,v 1.7 2006/06/17 23:13:33 vapier Exp $ inherit flag-o-matic @@ -29,6 +29,7 @@ src_install() { newdoc smartd.conf smartd.conf.example docinto examplescripts dodoc examplescripts/* + rm -f "${D}"/usr/share/doc/${PF}/examplescripts/Makefile* insinto /etc doins smartd.conf |