SHA256
1
0
forked from pool/libguestfs
libguestfs/libguestfs.perl.install_vendor.patch
Olaf Hering d9ff6c49c2 split perl patch libguestfs-1.19.30.patch into
libguestfs.perl.install_vendor.patch and libguestfs.perl.no-rpath.patch
Both are needed in upcoming versions

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=21
2012-08-29 14:07:05 +00:00

19 lines
463 B
Diff

Make sure perl gets installed into vendor path.
---
perl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/perl/Makefile.am
===================================================================
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -74,7 +74,7 @@ clean-local:
rm -f Makefile-pl
install-data-hook:
- $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
+ $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install_vendor
endif