Author: alexander
Date: 2007-12-29 08:52:25 -0700 (Sat, 29 Dec 2007)
New Revision: 2160

Modified:
   trunk/packages/gxine/Makefile
Log:
Fixed escaping of backslashes


Modified: trunk/packages/gxine/Makefile
===================================================================
--- trunk/packages/gxine/Makefile       2007-12-29 15:11:17 UTC (rev 2159)
+++ trunk/packages/gxine/Makefile       2007-12-29 15:52:25 UTC (rev 2160)
@@ -31,8 +31,8 @@
            --disable-integration-wizard
        make
        make GXINE_PLUGINPATH=/usr/lib/seamonkey/plugins install
-       sed -n -e 's/\\$$/;/' \
-           -e 's/;\\|$$/; gxine "%s"; test=test -n "$$DISPLAY"\\n/g' \
+       sed -n -e 's/\$$/;/' \
+           -e 's/;\|$$/; gxine "%s"; test=test -n "$$DISPLAY"\n/g' \
            -e 's/MimeType=// p' /usr/share/applications/gxine.desktop 
>/etc/mailcap
 
 clean:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to