diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-10-24 21:09:41 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-10-24 21:10:18 +0800 |
commit | 7f36b16e7262b9023d1b5a54709d6f636b5b6733 (patch) | |
tree | f3f0c3dc9df527428b9240abcdb8d98a637adb20 | |
parent | 6f090ad2b7ed6f4bdaef100157c33b3c8a46a47c (diff) |
pkgmgt: Sync the naming of SpiderMonkey with BLFS
-rw-r--r-- | chapter08/pkgmgt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 13d79cfdd..794fe1259 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -163,7 +163,7 @@ provided by <application>coreutils</application> has already implemented this, and most packages use that command to install binary files and libraries. This means that you won't be troubled by this issue most of the time. - However, the install process of some packages (notably Mozilla JS + However, the install process of some packages (notably SpiderMonkey in BLFS) just overwrites the file if it exists; this causes a crash. So it's safer to save your work and close unneeded running processes before updating a package.</para> <!-- binary is an adjective, not a noun. --> |