Erlang ver. 23.3.4.10
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
5a6d246679
commit
9973df02e8
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 23.3.4.9
|
Version: 23.3.4.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
|
|
||||||
@ -1912,6 +1912,9 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 20 2022 Peter Lemenkov <lemenkov@gmail.com> - 23.3.4.10-1
|
||||||
|
- Ver. 23.3.4.10
|
||||||
|
|
||||||
* Sat Nov 13 2021 Peter Lemenkov <lemenkov@gmail.com> - 23.3.4.9-1
|
* Sat Nov 13 2021 Peter Lemenkov <lemenkov@gmail.com> - 23.3.4.9-1
|
||||||
- Ver. 23.3.4.9
|
- Ver. 23.3.4.9
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@ Patch allows one to use standard man path with erl -man command.
|
|||||||
as required by Debian policy.)
|
as required by Debian policy.)
|
||||||
|
|
||||||
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
|
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
|
||||||
index 9dba684cbb..b4c5a8413f 100644
|
index ae12e1745b..a510a3e5b1 100644
|
||||||
--- a/erts/etc/common/erlexec.c
|
--- a/erts/etc/common/erlexec.c
|
||||||
+++ b/erts/etc/common/erlexec.c
|
+++ b/erts/etc/common/erlexec.c
|
||||||
@@ -727,8 +727,10 @@ int main(int argc, char **argv)
|
@@ -728,8 +728,10 @@ int main(int argc, char **argv)
|
||||||
error("-man not supported on Windows");
|
error("-man not supported on Windows");
|
||||||
#else
|
#else
|
||||||
argv[i] = "man";
|
argv[i] = "man";
|
||||||
|
Loading…
Reference in New Issue
Block a user