mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 07:03:32 +00:00
fix cygwin postinstall script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17412 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9dcbea21bb
commit
492eaa60c6
@ -634,7 +634,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…
x
Reference in New Issue
Block a user