diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2011-11-10 09:41:46 +0100 |
---|---|---|
committer | dlezcano <dlezcano@mai.(none)> | 2011-11-10 09:41:46 +0100 |
commit | 93718f95af6bc38537b90629d9e5888f341afde9 (patch) | |
tree | 9aeefd5b886eeb039cae208f5d8ff817f4f621cd /src/lxc | |
parent | lxc-fedora.in: Fix fetching of the fedora-release rpm (diff) | |
download | lxc-93718f95af6bc38537b90629d9e5888f341afde9.tar.gz lxc-93718f95af6bc38537b90629d9e5888f341afde9.tar.bz2 lxc-93718f95af6bc38537b90629d9e5888f341afde9.zip |
fix lxc-destroy
Add missing 'localstatedir' directory definition.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'src/lxc')
-rw-r--r-- | src/lxc/lxc-destroy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxc/lxc-destroy.in b/src/lxc/lxc-destroy.in index ddd3c3b..dda48e6 100644 --- a/src/lxc/lxc-destroy.in +++ b/src/lxc/lxc-destroy.in @@ -36,6 +36,7 @@ fi shortoptions='n:' longoptions='name:' +localstatedir=@LOCALSTATEDIR@ lxc_path=@LXCPATH@ getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@") |