]> git.proxmox.com Git - mirror_lxc.git/commitdiff
fix lxc-destroy
authorDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 10 Nov 2011 08:41:46 +0000 (09:41 +0100)
committerdlezcano <dlezcano@mai.(none)>
Thu, 10 Nov 2011 08:41:46 +0000 (09:41 +0100)
Add missing 'localstatedir' directory definition.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc-destroy.in

index ddd3c3b39cb76394c56b2eb04df89bec192410b1..dda48e681ba4445a13cde49af952d150864149ce 100644 (file)
@@ -36,6 +36,7 @@ fi
 
 shortoptions='n:'
 longoptions='name:'
+localstatedir=@LOCALSTATEDIR@
 lxc_path=@LXCPATH@
 
 getopt=$(getopt -o $shortoptions --longoptions  $longoptions -- "$@")