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 | |
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')
-rw-r--r-- | perl/examples/README | 2 | ||||
-rwxr-xr-x | perl/run-perl-tests | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/perl/run-perl-tests b/perl/run-perl-tests index 228fb17c..e3f315e9 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -17,5 +17,5 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd) +export LIBGUESTFS_PATH=../appliance make -f Makefile-pl test "$@" |