mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
make: Use DESTDIR to install IANA PEN database
In order to support packaging, installation rules in Makefile have to obey the specified DESTDIR. That support was missing and is now added. Signed-off-by: Andrey Kosteltsev <a.kosteltsev@yadro.com> Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
parent
2ee7aca4e4
commit
002e1d95f5
@ -60,8 +60,8 @@ enterprise-numbers:
|
|||||||
@mv tmpfile.$$PPID $@
|
@mv tmpfile.$$PPID $@
|
||||||
|
|
||||||
install-pen-database: enterprise-numbers
|
install-pen-database: enterprise-numbers
|
||||||
mkdir -m 755 -p $(IANADIR)
|
mkdir -m 755 -p $(DESTDIR)$(IANADIR)
|
||||||
$(INSTALL_DATA) $< -t $(IANADIR)/
|
$(INSTALL_DATA) $< -t $(DESTDIR)$(IANADIR)/
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user