]> git.lyx.org Git - features.git/commitdiff
fix cygwin postinstall script
authorBo Peng <bpeng@lyx.org>
Mon, 5 Mar 2007 15:37:36 +0000 (15:37 +0000)
committerBo Peng <bpeng@lyx.org>
Mon, 5 Mar 2007 15:37:36 +0000 (15:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17411 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_utils.py

index bd2c7b079a3e05cbe3adb5ae48ef42ae95c4136d..b04e219f21b55abd61481710c73da59829ded1d7 100644 (file)
@@ -703,7 +703,7 @@ def installCygwinPostinstallScript(path):
     ''' Install lyx.sh '''
     postinstall_script = os.path.join(path, 'lyx.sh')
     script = open(postinstall_script, 'w')
-    script.write('''#!/bin/sh
+    script.write(r'''#!/bin/sh
 
 # Add /usr/share/lyx/fonts to /etc/fonts/local.conf
 # if it is not already there.