Changeset 2160

Show
Ignore:
Timestamp:
12/29/07 08:52:25 (11 months ago)
Author:
alexander
Message:

Fixed escaping of backslashes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/gxine/Makefile

    r2157 r2160  
    3232        make 
    3333        make GXINE_PLUGINPATH=/usr/lib/seamonkey/plugins install 
    34         sed -n -e 's/\\$$/;/' \ 
    35             -e 's/;\\|$$/; gxine "%s"; test=test -n "$$DISPLAY"\\n/g' \ 
     34        sed -n -e 's/\$$/;/' \ 
     35            -e 's/;\|$$/; gxine "%s"; test=test -n "$$DISPLAY"\n/g' \ 
    3636            -e 's/MimeType=// p' /usr/share/applications/gxine.desktop >/etc/mailcap 
    3737