Author: pierre
Date: Tue Oct 15 08:11:45 2019
New Revision: 22250

Log:
Fix version in rustc "config.toml"

Modified:
   trunk/BOOK/general/prog/rust.xml

Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml    Mon Oct 14 19:19:42 2019        (r22249)
+++ trunk/BOOK/general/prog/rust.xml    Tue Oct 15 08:11:45 2019        (r22250)
@@ -241,8 +241,8 @@
 extended = true
 
 [install]
-prefix = "/opt/rustc-1.35.0"
-docdir = "share/doc/rustc-1.35.0"
+prefix = "/opt/rustc-&rust-version;"
+docdir = "share/doc/rustc-&rust-version;"
 
 [rust]
 channel = "stable"
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to