[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Hilko Bengen bengen at hilluzination.de
Sat Jun 1 11:04:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 66145799cb1b4b0c7598966a668b7f8a8cb890a9
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Wed May 1 23:14:38 2013 +0200

    perl: Fix install target for separated builds.

diff --git a/perl/Makefile.am b/perl/Makefile.am
index d34adbe..780024f 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -87,7 +87,8 @@ clean-local:
 	rm -f Makefile-pl
 
 install-data-hook:
-	$(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
+	$(MAKE) -C $(srcdir) -f $(abs_builddir)/Makefile-pl \
+		DESTDIR=$(DESTDIR) install
 
 endif
 

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list