summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-22 12:53:16 +0000
committerRichard Jones <rjones@redhat.com>2010-02-22 13:19:21 +0000
commita8c3723e3818b5a7a31520043c6831115ab9d0e0 (patch)
tree00568e6c18afe37e0b3963306fb19cade9b75f87 /tools
parentaa4700f0325743aaa16b525637b00ee61b39df13 (diff)
downloadlibguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.gz
libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.xz
libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.zip
Spin off hivex as a separate upstream project.
This commit makes the semi-independent hivex library into a separate upstream project. The git repo for hivex is now: http://git.annexia.org/?p=hivex.git;a=summary Downloads of hivex are available here: http://libguestfs.org/download/ All questions, patches, bugs etc should be sent to the libguestfs mailing list and bug tracker.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-locally1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run-locally b/tools/run-locally
index eb55d181..cb3dca86 100755
--- a/tools/run-locally
+++ b/tools/run-locally
@@ -48,7 +48,6 @@ while(-l $path) {
# Get the absolute path of the parent directory
$path = abs_path(dirname($path).'/..');
-$ENV{PATH} = $path.'/hivex:'.$ENV{PATH};
$ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
$ENV{LIBGUESTFS_PATH} = $path.'/appliance';
$ENV{PERL5LIB} = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';