mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix cygwin postinstall script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17411 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fe48695577
commit
145c4d9afe
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user