mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
run: add the builddir of inspector to $PATH
This commit is contained in:
2
run.in
2
run.in
@@ -74,7 +74,7 @@ fi
|
|||||||
|
|
||||||
# Set the PATH to contain all the libguestfs binaries. There are a
|
# Set the PATH to contain all the libguestfs binaries. There are a
|
||||||
# lot of binaries, so a lot of path entries.
|
# lot of binaries, so a lot of path entries.
|
||||||
PATH="$b/align:$b/builder:$b/cat:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/make-fs:$b/rescue:$b/resize:$b/sparsify:$b/sysprep:$b/test-tool:$b/tools:$PATH"
|
PATH="$b/align:$b/builder:$b/cat:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/inspector:$b/make-fs:$b/rescue:$b/resize:$b/sparsify:$b/sysprep:$b/test-tool:$b/tools:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# Set LD_LIBRARY_PATH to contain library.
|
# Set LD_LIBRARY_PATH to contain library.
|
||||||
|
|||||||
Reference in New Issue
Block a user