On Wed, Sep 27, 2006 at 02:46:29PM -0500, Bo Peng wrote:

> > Bo, then you forgot to put /usr/share/lyx/fonts in the lyx-1.4.3-2.tar.bz2
> > archive. I fear that you have to roll out a -3 version...
> 
> My mistake. Now 1.4.3-3 is in pub/incoming. JMarc, please update.
> scons in trunk and branch is also updated.
> 
> BTW, I get no response from cygwin-apps yet.

Compliments, Bo, I see that you just got a GTG conditional on fixing
some minor packaging issues.

BTW, looking at your recent patch to SConstruct, are you sure that
'font' should not be 'fonts'?

==============================================================================
--- lyx-devel/branches/BRANCH_1_4_X/development/scons/SConstruct (original)
+++ lyx-devel/branches/BRANCH_1_4_X/development/scons/SConstruct Wed Sep 27 
21:29:08 2006
@@ -2095,9 +2095,11 @@
             ['INSTALL', 'README', 'README.Cygwin', 'RELEASE-NOTES', 'COPYING', 
'ANNOUNCE']])
         Alias('install', Cygwin_Doc)
         # cygwin fonts also need to be installed
-        env.Install(os.path.join(share_dest_dir, 'font'),
-            [env.subst('$TOP_SRC_DIR/development/Win32/packaging/bakoma/%s' % 
file) \
+        Cygwin_fonts = os.path.join(share_dest_dir, 'font')
                                                     ^^^^^^
                                                     'fonts' maybe?
+        env.Install(Cygwin_fonts,
+            [env.subst('$TOP_SRCDIR/development/Win32/packaging/bakoma/%s' % 
file) \
                   for file in win32_bakoma_fonts])
+        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')

-- 
Enrico

Reply via email to