]> git.proxmox.com Git - mirror_lxc.git/commit
make install should create $LXCPATH directory
authorDwight Engen <dwight.engen@oracle.com>
Thu, 29 Nov 2012 21:24:47 +0000 (16:24 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 4 Dec 2012 20:11:23 +0000 (15:11 -0500)
commit4245ba50074f33c4bfa8e8b133598767841e712b
tree38757c2fb4764a15747e69e671271ba9800784f3
parent6a85cf91247b7dd9c3faeddceca8dacb96d02cd6
make install should create $LXCPATH directory

The $LXCPATH (default /var/lib/lxc) directory was not being created by
make install, so unless it gets created by some other means
(packaging tools), commands such as lxc-create will fail.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
Makefile.am
lxc.spec.in