Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 16 Apr 2011 06:28:47 +0000 (07:28 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 16 Apr 2011 07:32:48 +0000 (08:32 +0100)
commit33a2c184e12c0bdbf061a9f36c87d76c28444712
tree0069de7c4662ef6c064d48183fa7baf4350fd3c3
parent5790f5bfafb12cc2ed9365461bf66e0fdfde7150
Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.

Remove the hack that let you run ./fish/guestfish or
./fuse/guestmount.  You now have to do:

  ./run ./fish/guestfish
or
  ./run ./fuse/guestmount

to run these programs without installing.
README
contrib/guestfsd-in-wine.sh
fish/fish.c
fuse/guestmount.c
images/guest-aux/make-debian-img.sh
images/guest-aux/make-fedora-img.sh
images/guest-aux/make-ubuntu-img.sh
images/guest-aux/make-windows-img.sh