| commit | 5f9f356585aed6824e15e6cbed77394da73a4957 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Wed Oct 11 22:58:10 2006 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Wed Oct 11 22:58:10 2006 +0400 |
| tree | 660e27366e5cdf83ca085df1d9c5140a7b8f3306 | |
| parent | 1d3699f158a3efe79058e83d92e2f9bfe40354db [diff] |
Fixed install-gentoo Makefile target We need to symlink global config file to /etc/conf.d/ not /conf.d/. Also, we need to create this directory first since when installing with DESTDIR set this directory does not exist. Thanks to Cristian Heim <phreak@gentoo.org> for bug and fix.