From 222d0562f7608def6a0eef40cbc53237aa9b1ce7 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 5 Oct 2006 02:58:13 +0000 Subject: [PATCH] Scons: fix cygwin postinstall/lyx.sh installation problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15250 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 7b4b21a7c9..8abb023933 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2281,9 +2281,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) # subst and install lyx2lyx_version.py which is not in scons_manifest.py env.Depends(share_dest_dir + '/lyx2lyx/lyx2lyx_version.py', '$BUILDDIR/common/config.h') -- 2.39.2