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>
Mon, 18 Apr 2011 21:11:54 +0000 (22:11 +0100)
commit9ba4136a6560be713931f70245c50f3968d2af15
treed348a5ce8f2d29e3cc29ae106cb79c5eaa7b27ce
parentd642bef76613be44be733bbfcdb560d86c8ef8b5
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.
(cherry picked from commit 33a2c184e12c0bdbf061a9f36c87d76c28444712)
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