Commit 6f7c8b02 by Greg Kurz Committed by Daniel Lezcano

fix more broken paths in lxc-*.in scripts

There are still some sequels from commit: 1c41ddcbSigned-off-by: 's avatarGreg Kurz <gkurz@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 4e04d515
...@@ -48,6 +48,7 @@ help() { ...@@ -48,6 +48,7 @@ help() {
shortoptions='hn:f:t:' shortoptions='hn:f:t:'
longoptions='help,name:,config:,template:' longoptions='help,name:,config:,template:'
localstatedir=@LOCALSTATEDIR@
lxc_path=@LXCPATH@ lxc_path=@LXCPATH@
bindir=@BINDIR@ bindir=@BINDIR@
libdir=@LIBDIR@ libdir=@LIBDIR@
......
#!/bin/bash #!/bin/bash
localstatedir=@LOCALSTATEDIR@
lxcpath=@LXCPATH@ lxcpath=@LXCPATH@
if [ ! -r $lxcpath ]; then if [ ! -r $lxcpath ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment