[Libguestfs] [PATCH 4/4] perl: fix path to Build.PL

Richard W.M. Jones rjones at redhat.com
Thu Dec 12 15:11:36 UTC 2019


On Thu, Dec 12, 2019 at 03:46:15PM +0100, Pino Toscano wrote:
> It is a generated file, so it is in the build directory.
> ---
>  perl/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/perl/Makefile.am b/perl/Makefile.am
> index 49bf6cc63..212bcb81e 100644
> --- a/perl/Makefile.am
> +++ b/perl/Makefile.am
> @@ -59,7 +59,7 @@ clean-local: Build
>  	./Build clean
>  
>  Build: Build.PL
> -	$(PERL) $(srcdir)/Build.PL --prefix "@prefix@"
> +	$(PERL) Build.PL --prefix "@prefix@"
>  
>  TESTS_ENVIRONMENT = $(top_builddir)/run --test

ACK series, thanks.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list