]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-sh.patch
- updated to 2.22.2
[packages/lilypond.git] / lilypond-sh.patch
1 --- lilypond-2.20.0/aclocal.m4.orig     2020-06-21 17:28:04.690857844 +0200
2 +++ lilypond-2.20.0/aclocal.m4  2020-06-21 18:15:06.675569841 +0200
3 @@ -110,7 +110,7 @@
4      num=`STEPMAKE_NUMERIC_VERSION($ver)`
5      min=`STEPMAKE_NUMERIC_VERSION($3)`
6      AC_MSG_RESULT([$ver])
7 -    if test "$num" -lt "$min"; then
8 +    if /usr/bin/test "$num" -lt "$min"; then
9          STEPMAKE_ADD_ENTRY($2, ["$r >= $3 (installed: $ver)"])
10      fi
11      if test -n "$4"; then
This page took 0.068503 seconds and 3 git commands to generate.