]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-sh.patch
ce6dd44818d397fd2f3843a661c5167b026bb34b
[packages/lilypond.git] / lilypond-sh.patch
1 diff -dur lilypond-2.18.2.orig/aclocal.m4 lilypond-2.18.2/aclocal.m4
2 --- lilypond-2.18.2.orig/aclocal.m4     2014-03-17 16:29:16.000000000 +0100
3 +++ lilypond-2.18.2/aclocal.m4  2015-12-12 12:43:09.096299573 +0100
4 @@ -116,7 +116,7 @@
5      num=`STEPMAKE_NUMERIC_VERSION($ver)`
6      req=`STEPMAKE_NUMERIC_VERSION($3)`
7      AC_MSG_RESULT([$ver])
8 -    if test "$num" -lt "$req"; then
9 +    if /usr/bin/test "$num" -lt "$req"; then
10         STEPMAKE_ADD_ENTRY($2, ["$r >= $3 (installed: $ver)"])
11      fi
12      vervar="`echo $1 | tr '[a-z]' '[A-Z]'`_VERSION"
This page took 0.053692 seconds and 2 git commands to generate.