]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc.functions.in: use the right parameter to lxc-config to get lxcpath
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 30 Apr 2013 19:23:08 +0000 (14:23 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 30 Apr 2013 19:25:11 +0000 (14:25 -0500)
Reported-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc.functions.in

index ad3d42f1e302cc4dceb05e79f30cacef3938fea8..8c25bd5cfdd929ba0d806cf3ceff317eae948ce3 100644 (file)
@@ -25,6 +25,6 @@ bindir=@BINDIR@
 templatedir=@LXCTEMPLATEDIR@
 lxcinitdir=@LXCINITDIR@
 
-lxc_path=`lxc-config default_path`
+lxc_path=`lxc-config lxcpath
 lxc_vg=`lxc-config lvm_vg`
 lxc_zfsroot=`lxc-config zfsroot`