mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
Scons: fix cygwin postinstall/lyx.sh installation problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15251 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46c15b2f7e
commit
64000bbeec
@ -2123,9 +2123,9 @@ if 'install' in targets:
|
||||
Alias('install', Cygwin_fonts)
|
||||
# we also need a post installation script
|
||||
tmp_script = utils.installCygwinPostinstallScript('/tmp')
|
||||
postinstall_script = os.path.join(dest_dir, 'etc', 'postinstall', 'lyx.sh')
|
||||
env.Install(postinstall_script, tmp_script)
|
||||
Alias('install', postinstall_script)
|
||||
postinstall_path = os.path.join(dest_dir, 'etc', 'postinstall')
|
||||
env.Install(postinstall_path, tmp_script)
|
||||
Alias('install', postinstall_path)
|
||||
|
||||
# man
|
||||
env.InstallAs(os.path.join(man_dest_dir, 'lyx' + version_suffix + '.1'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user