diff options
Diffstat (limited to 'sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild')
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild b/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild index 825eecdb11fa..90a95d0ee943 100644 --- a/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild +++ b/sys-cluster/vzctl/vzctl-3.0.11-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-cluster/vzctl/vzctl-3.0.11-r1.ebuild,v 1.1 2006/09/06 14:40:54 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild,v 1.2 2006/09/06 16:26:21 phreak Exp $ inherit eutils flag-o-matic multilib @@ -38,8 +38,8 @@ src_compile() { src_install() { make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/vzctl" install || die "make install failed" - # the get_libdir breaks stupid src/Makefile (all contained tools) - # so we have to create a env.d entry for vzctl's LDPATH + # the get_libdir in `make install' breaks src/Makefile's logic (and thus all + # contained tools), so we have to create a env.d entry for vzctl's LDPATH. dodir /etc/env.d echo "LDPATH=\"/usr/$(get_libdir)/vzctl\"" > "${D}"/etc/env.d/05vzctl @@ -49,7 +49,7 @@ src_install() { echo 'KERNEL="vzctl", NAME="%k", MODE="0600"' > "${D}"/etc/udev/rules.d/60-vzctl.rules fi - # Provide a symlink for vz.conf (part 1 of fixing #138462) + # Provide a symlink for vz.conf (fixing #138462) dosym /etc/vz/vz.conf /etc/conf.d/vz # Install gentoo specific init script |