Commit 2d87a81c authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

Makefile.am: Honor DESTDIR when installing perl bindings

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 37a20a79
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment