summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/vzctl/vzctl-3.0.11.ebuild')
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.11.ebuild b/sys-cluster/vzctl/vzctl-3.0.11.ebuild
index b150620..2045d7e 100644
--- a/sys-cluster/vzctl/vzctl-3.0.11.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.11.ebuild
@@ -33,7 +33,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" "/usr/$(get_libdir)/vzctl" install || die "make install failed"
+ make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/vzctl" install || die "make install failed"
# make DESTDIR="${D}" install || die "make install failed"
# Provide a symlink for vz.conf (part 1 of fixing #138462)