projects
/
people
/
ms
/
libloc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a20a7
)
Makefile.am: Honor DESTDIR when installing perl bindings
master
author
Stefan Schantl
<stefan.schantl@ipfire.org>
Sat, 27 Feb 2021 19:21:10 +0000
(20:21 +0100)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Tue, 2 Mar 2021 10:58:23 +0000
(10:58 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
4b865f1
..
65e96d7
100644
(file)
--- 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: