]> git.pld-linux.org Git - packages/lilypond.git/blame - lilypond-sh.patch
- updated to 2.22.2
[packages/lilypond.git] / lilypond-sh.patch
CommitLineData
d31b09e8
JB
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 @@
6c23ce3c 4 num=`STEPMAKE_NUMERIC_VERSION($ver)`
d31b09e8 5 min=`STEPMAKE_NUMERIC_VERSION($3)`
6c23ce3c 6 AC_MSG_RESULT([$ver])
d31b09e8
JB
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)"])
6c23ce3c 10 fi
d31b09e8 11 if test -n "$4"; then
This page took 0.105989 seconds and 4 git commands to generate.