-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See siderolabs/sidero#1013 See ipmitool/ipmitool#377 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
https://github.com/ipmitool/ipmitool/commit/1edb0e27e44196d1ebe449aba0b9be22d376bcb6.diff | ||
|
||
diff --git a/Makefile.am b/Makefile.am | ||
index ce3267f0..3182a524 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters