diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
commit | a1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch) | |
tree | 4a53b93475a9f5ddd2b0159068818a530e21a797 /perl/examples | |
parent | 4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff) | |
download | libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip |
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'perl/examples')
-rw-r--r-- | perl/examples/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/examples/README b/perl/examples/README index a7c654f7..e5385583 100644 --- a/perl/examples/README +++ b/perl/examples/README @@ -12,6 +12,6 @@ Tips: LIBGUESTFS_PATH as in this example (if run from the root directory of the source distribution): - LIBGUESTFS_PATH=$(pwd) \ + LIBGUESTFS_PATH=$(pwd)/appliance \ PERL5LIB=$(pwd)/perl/blib/lib:$(pwd)/perl/blib/arch/auto/Sys/Guestfs \ perl/examples/foo |