From 2d87a81c8f096a2273189b07241ec188fafe0887 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 27 Feb 2021 20:21:10 +0100 Subject: [PATCH] Makefile.am: Honor DESTDIR when installing perl bindings Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4b865f1..65e96d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -239,7 +239,7 @@ check-perl: testdata.db .PHONY: install-perl install-perl: - cd $(builddir)/src/perl && $(MAKE) install + cd $(builddir)/src/perl && $(MAKE) install DESTIDR=$(DESTDIR) .PHONY: clean-perl clean-perl: -- 2.47.3