]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-sh.patch
- updated to 2.8.6, updated info,sh,po patches, added afm patch
[packages/lilypond.git] / lilypond-sh.patch
1 --- lilypond-2.8.6/aclocal.m4.orig      2006-08-31 21:59:48.001724000 +0200
2 +++ lilypond-2.8.6/aclocal.m4   2006-08-31 21:59:39.461190250 +0200
3 @@ -111,7 +111,7 @@
4      num=`STEPMAKE_NUMERIC_VERSION($ver)`
5      req=`STEPMAKE_NUMERIC_VERSION($3)`
6      AC_MSG_RESULT([$ver])
7 -    if test "$num" -lt "$req"; then
8 +    if /usr/bin/test "$num" -lt "$req"; then
9         STEPMAKE_ADD_ENTRY($2, ["$r >= $3 (installed: $ver)"])
10      fi
11      vervar="`echo $1 | tr '[a-z]' '[A-Z]'`_VERSION"
This page took 0.070957 seconds and 3 git commands to generate.