]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix more broken paths in lxc-*.in scripts
authorGreg Kurz <gkurz@fr.ibm.com>
Mon, 24 Oct 2011 12:38:30 +0000 (14:38 +0200)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 24 Oct 2011 12:38:30 +0000 (14:38 +0200)
There are still some sequels from commit:

1c41ddcb4af633ac906f1d7c9ef1dc7d121d7850

Signed-off-by: Greg Kurz <gkurz@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc-create.in
src/lxc/lxc-ls.in

index d14c32e50ca60fa58d482051ad511a71c4e221fb..6e57a36be7de69a20111e9ac1bb08c7878639d33 100644 (file)
@@ -48,6 +48,7 @@ help() {
 
 shortoptions='hn:f:t:'
 longoptions='help,name:,config:,template:'
+localstatedir=@LOCALSTATEDIR@
 lxc_path=@LXCPATH@
 bindir=@BINDIR@
 libdir=@LIBDIR@
index ee7f49b55b5676ed6e5d405d59487c498e3f8331..185b36706cada083c5b08c3061201d649c9a7be0 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+localstatedir=@LOCALSTATEDIR@
 lxcpath=@LXCPATH@
 
 if [ ! -r $lxcpath ]; then