bug-lilypond
[Top][All Lists]
Advanced

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

Re: SuSE fixes for Lilypond


From: Stanislav Brabec
Subject: Re: SuSE fixes for Lilypond
Date: Fri, 26 Mar 2004 11:23:33 +0100

V Pá, 26. 03. 2004 v 01:29, Han-Wen Nienhuys píše:
> address@hidden writes:
> > 
> > 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 {}~
> > ' \;
> 
> I'm missing the patch itself?
> 
It's best to run it on actual code copy, patch can have rejects. But I
can generate it for you, if you want.

It fixes deprecated head and tail usage and bad GNU paths in all files
it finds in current directory and subdirectories.
head -1 -> head -n1
tail -1 -> tail -n1
${prefix}/man -> ${mandir}
${prefix}/info -> ${infodir}

> BTW, you might want to have a look at packaging Lily 2.1 ; we're very
> close to a 2.2 release.

For SuSE Linux 9.1 we are after freeze, but for SuSE Linux 9.2 yes.

-- 
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]