]> git.pld-linux.org Git - packages/lilypond.git/blame - lilypond-sh.patch
- updated to 2.10.33, updated BRs
[packages/lilypond.git] / lilypond-sh.patch
CommitLineData
6c23ce3c
JB
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.051789 seconds and 4 git commands to generate.