aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lxc/lxc-create.in1
-rw-r--r--src/lxc/lxc-ls.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lxc/lxc-create.in b/src/lxc/lxc-create.in
index d14c32e..6e57a36 100644
--- a/src/lxc/lxc-create.in
+++ b/src/lxc/lxc-create.in
@@ -48,6 +48,7 @@ help() {
shortoptions='hn:f:t:'
longoptions='help,name:,config:,template:'
+localstatedir=@LOCALSTATEDIR@
lxc_path=@LXCPATH@
bindir=@BINDIR@
libdir=@LIBDIR@
diff --git a/src/lxc/lxc-ls.in b/src/lxc/lxc-ls.in
index ee7f49b..185b367 100644
--- a/src/lxc/lxc-ls.in
+++ b/src/lxc/lxc-ls.in
@@ -1,5 +1,6 @@
#!/bin/bash
+localstatedir=@LOCALSTATEDIR@
lxcpath=@LXCPATH@
if [ ! -r $lxcpath ]; then