Message ID | 20210227192110.17129-1-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 2d87a81c8f096a2273189b07241ec188fafe0887 |
Headers | |
Series | Makefile.am: Honor DESTDIR when installing perl bindings | |
Commit Message
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: