From: Uwe Stöhr Date: Tue, 22 Jul 2008 23:54:37 +0000 (+0000) Subject: Package.cpp: fix comment position and a typo X-Git-Tag: 1.6.10~3924 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2f2886b0946f87750d90aeae97a88d6571e0e22b;p=lyx.git 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 --- 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;