Changeset 0980bd75
- Timestamp:
- 09/15/2024 07:34:50 AM (4 weeks ago)
- Branches:
- trunk
- Children:
- d444a65
- Parents:
- 795b6454
- git-author:
- Xi Ruoyao <xry111@…> (09/15/2024 07:33:59 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/15/2024 07:34:50 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/iso-codes.xml
r795b6454 r0980bd75 89 89 </para> 90 90 91 <note>92 <para>93 If you install <application>ISO codes</application> over a previous94 installed version, the install step will fail when creating some95 symlinks. In order to properly update them, run:96 </para>97 98 <screen><userinput>sed -i '/^LN_S/s/s/sfvn/' */Makefile</userinput></screen>99 100 </note>101 102 91 <para> 103 92 Now, as the <systemitem class="username">root</systemitem> user: 104 93 </para> 105 94 106 <screen role="root"><userinput>make install </userinput></screen>95 <screen role="root"><userinput>make install LN_S='ln -sfn'</userinput></screen> 107 96 97 </sect2> 98 99 <sect2 role="commands"> 100 <title>Command Explanations</title> 101 102 <para> 103 <parameter>LN_S='ln -sfn'</parameter>: This override ensures the 104 installed symlinks correctly recreated in case we are upgrading or 105 reinstalling the package. It's unneeded but harmless when installing 106 the package onto the system for the first time. 107 </para> 108 108 </sect2> 109 109
Note:
See TracChangeset
for help on using the changeset viewer.