diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-05-01 10:11:37 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-05-01 10:11:37 +0000 |
commit | b26e6a6d4b615d4b2f7f0115f21c5816a98d4dea (patch) | |
tree | a19b3d2b503f5f3276eef6a66261fbb09d1d4d95 /sys-apps/hal/hal-0.5.7-r1.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-b26e6a6d4b615d4b2f7f0115f21c5816a98d4dea.tar.gz historical-b26e6a6d4b615d4b2f7f0115f21c5816a98d4dea.tar.bz2 historical-b26e6a6d4b615d4b2f7f0115f21c5816a98d4dea.zip |
Don't install the INSTALL or COPYING files. They are available elsewhere and just take up disk space. No revbump just to remove the 2 files if they are installed.
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'sys-apps/hal/hal-0.5.7-r1.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.7-r1.ebuild b/sys-apps/hal/hal-0.5.7-r1.ebuild index 7f366353bd18..96f39e616564 100644 --- a/sys-apps/hal/hal-0.5.7-r1.ebuild +++ b/sys-apps/hal/hal-0.5.7-r1.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/hal/hal-0.5.7-r1.ebuild,v 1.3 2006/04/29 03:09:40 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.4 2006/05/01 10:11:37 steev Exp $ inherit eutils linux-info debug @@ -146,7 +146,7 @@ src_install() { # initscript newinitd "${FILESDIR}"/0.5-hald.rc hald - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS ChangeLog NEWS README # Script to unmount devices if they are yanked out (from upstream) exeinto /etc/dev.d/default |