From 2f2886b0946f87750d90aeae97a88d6571e0e22b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 22 Jul 2008 23:54:37 +0000 Subject: [PATCH] Package.cpp: fix comment position and a typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25818 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Package.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/support/Package.cpp b/src/support/Package.cpp index 7ccc5e65c3..51b9ea2d84 100644 --- a/src/support/Package.cpp +++ b/src/support/Package.cpp @@ -462,6 +462,8 @@ get_system_support_dir(FileName const & abs_binary, } // 2. Use the "LYX_DIR_16x" environment variable. + // FIXME We need to iherit the actual version number from elsewhere + // otherwise we will forget to update this for new major releases path = extract_env_var_dir("LYX_DIR_16x"); if (!path.empty()) { searched_dirs.push_back(path); @@ -578,8 +580,6 @@ bool userSupportDir(FileName const & default_user_support_dir, return true; // 2. Use the LYX_USERDIR_16x environment variable. - // FIXME We need to iherit the atual version number from elsewhere other- - // wise we will forget to update this for new major releases result = extract_env_var_dir("LYX_USERDIR_16x"); if (!result.empty()) return true; -- 2.39.5