diff options
author | Serge Hallyn <serge.hallyn@canonical.com> | 2012-01-23 17:12:46 -0600 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-02-26 10:44:40 +0100 |
commit | 3920ff5ccead0808760737f9f82324e9861745c7 (patch) | |
tree | 77634898c875b244e4d551bcdf8ef9005cfe2f02 | |
parent | add lvm support to lxc-create (diff) | |
download | lxc-3920ff5ccead0808760737f9f82324e9861745c7.tar.gz lxc-3920ff5ccead0808760737f9f82324e9861745c7.tar.bz2 lxc-3920ff5ccead0808760737f9f82324e9861745c7.zip |
lxc-clone.in: define localstatedir, as @LXCPATH@ might be defined in terms of it
Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | src/lxc/lxc-clone.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in index cdf9413..b6363a3 100644 --- a/src/lxc/lxc-clone.in +++ b/src/lxc/lxc-clone.in @@ -42,6 +42,7 @@ help() { shortoptions='ho:n:sL:v:p:t:' longoptions='help,orig:,name:,snapshot,fssize:,vgname:,lvprefix:,fstype:' +localstatedir=@LOCALSTATEDIR@ lxc_path=@LXCPATH@ bindir=@BINDIR@ snapshot=no |