On 11-06-12 at 12:47pm, rosea grammostola wrote:
> On 06/12/2011 02:41 AM, Jonas Smedegaard wrote:
> >If you want same functionality, I'd suggest try replace with this 
> >command:
> >
> >   recode /crlf../lf \
> >     debian/qjackctl/usr/share/applications/qjackctl.desktop
> >
> Thanks for you help.
> It fails with this message:
> 
> recode /crlf../lf \
>                 debian/qjackctl/usr/share/applications/qjackctl.desktop
> Unrecognised surface name `lf'
> recode: Request `/crlf../lf' is erroneous
> make: *** [install/qjackctl] Error 1

lf is default, so try this instead:

  recode /crlf.. \
        debian/qjackctl/usr/share/applications/qjackctl.desktop

Else, "info recode" is your friend. ;-)


I think you can also do this:

  perl -i -pe 'chomp' \
        debian/qjackctl/usr/share/applications/qjackctl.desktop


Or try read http://en.wikipedia.org/wiki/Newline .



 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to