bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SuSE fixes for Lilypond


From: Stanislav Brabec
Subject: SuSE fixes for Lilypond
Date: Tue, 23 Mar 2004 17:15:41 +0100

Hallo.

Here are SuSE fixes for lilypond.

lilypond-2.0.3.patch: Fixed info pages, one include and one line in
configure.in.
lilypond-2.0.3-autogen.patch: Fixes autogen.sh.

And another patch is done via sed. It fixes mandir and infodir and fixes
deprecated head and tail calling (head -1 -> head -n 1):

find -type f -a \! -name '*.scm' -exec sh -c '
sed '\''s:\(head\|tail\) -\([0-9]\):\1 
-n\2:g;s:\(%{_prefix}/\)\(man\|info\):%{_\2dir}:g'\'' <{} >{}~
if ! cmp -s {} {}~ ; then cat {}~ >{} ; fi ; rm {}~
' \;

-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
--
SuSE CR, s. r. o.                             e-mail: address@hidden
Drahobejlova 27                               tel: +420 296 542 382
190 00 Praha 9                                fax: +420 296 542 374
Czech Republic                                http://www.suse.cz/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]