From 1713a41a6bc8eef8412626e3cffae267e6031950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 3 May 2011 14:23:21 +0000 Subject: [PATCH] scons/SConstruct: fix Typo; this commit and r38571 is also necessary for 2.0 branch and trunk, Pavel, Richard? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38574 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 8a460caca3..c49d722d43 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1927,7 +1927,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('examples/sk', lib_examples_sk_files), ('examples/sl', lib_examples_sl_files), ('examples/sr', lib_examples_sr_files), - ('examples/sv', lib_examples_sr_files), + ('examples/sv', lib_examples_sv_files), ('examples/uk', lib_examples_uk_files), ('fonts', lib_fonts_files), ('images', lib_images_files),