public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.am: Honor DESTDIR when installing perl bindings
@ 2021-02-27 19:21 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2021-02-27 19:21 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-27 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 19:21 [PATCH] Makefile.am: Honor DESTDIR when installing perl bindings Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox