diff options
author | Sven Wegener <swegener@gentoo.org> | 2009-11-21 21:59:51 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2009-11-21 21:59:51 +0000 |
commit | aad40403d74b917c9d041652b5e6c8a8bb21a2e1 (patch) | |
tree | f4000f0986c11919d9d40f56460d7f4f51d9ed19 /sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | |
parent | Initial import, bug 286017. (diff) | |
download | gentoo-2-aad40403d74b917c9d041652b5e6c8a8bb21a2e1.tar.gz gentoo-2-aad40403d74b917c9d041652b5e6c8a8bb21a2e1.tar.bz2 gentoo-2-aad40403d74b917c9d041652b5e6c8a8bb21a2e1.zip |
Drop diropts and insopts, just use the default values. Drop dodir, because
insinto implicitly creates the directories.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 4be143a2fdde..f90961fed0e6 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.15 2009/09/23 20:40:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.16 2009/11/21 21:59:51 swegener Exp $ inherit linux-info @@ -42,11 +42,6 @@ src_install() { newinitd "${FILESDIR}"/ipvsadm-init ipvsadm || die keepdir /var/lib/ipvsadm - diropts -m 755 -o root -g root - dodir /usr/lib - dodir /usr/include/ipvs - - insopts -m 644 -o root -g root insinto /usr/lib doins libipvs/libipvs.a || die |