summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2022-11-22 13:55:33 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2022-11-22 13:55:33 +0300
commit1edb0e27e44196d1ebe449aba0b9be22d376bcb6 (patch)
treec8161de672dd3052234b86b4a77125b9f92d47ab
parent4519b4baacdbaac34aeda40df0ea809204adb78e (diff)
downloadipmitool-1edb0e27e44196d1ebe449aba0b9be22d376bcb6.tar.gz
Fix enterprise-numbers URL
IANA has changed their URL scheme, and the content at the old URL for enterprise-numbers switched from text/plain to text/html. Fix Makefile.am to use the new URL Resolves ipmitool/ipmitool#377 Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ce3267f..3182a52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
$(distdir).tar.gz $(distdir).tar.bz2
SUBDIRS = lib src include doc contrib control
-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
+IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
dist-hook:
cp control/ipmitool.spec $(distdir)