Commit 385e7a43 by Serge Hallyn

lxc.functions.in: use the right parameter to lxc-config to get lxcpath

parent b164a17f
...@@ -25,6 +25,6 @@ bindir=@BINDIR@ ...@@ -25,6 +25,6 @@ bindir=@BINDIR@
templatedir=@LXCTEMPLATEDIR@ templatedir=@LXCTEMPLATEDIR@
lxcinitdir=@LXCINITDIR@ lxcinitdir=@LXCINITDIR@
lxc_path=`lxc-config default_path` lxc_path=`lxc-config lxcpath
lxc_vg=`lxc-config lvm_vg` lxc_vg=`lxc-config lvm_vg`
lxc_zfsroot=`lxc-config zfsroot` lxc_zfsroot=`lxc-config zfsroot`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment