apache, nginx, tor, fdisk
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
(dir "rustc-1.93.1-src")
|
||||
(blake3 "c8f492b93a95d64efb51fbcc5eab1e8edc1468a3f5be923c756b69d66892161a")))
|
||||
(build
|
||||
(shell "cp bootstrap.example.toml bootstrap.toml || true")
|
||||
(shell "cp -v bootstrap.example.toml bootstrap.toml || true")
|
||||
(shell "sed -i '1illvm.targets = \"X86\"' bootstrap.toml")
|
||||
(shell "sed -i '1ibuild.docs = false' bootstrap.toml")
|
||||
(shell "sed -i '1iinstall.prefix = \"/opt/rustc\"' bootstrap.toml")
|
||||
(shell "./x.py install")
|
||||
(shell "for f in /opt/rustc/bin/*; do ln -s \"$f\" /usr/bin/ || true; done")))
|
||||
(shell "for f in /opt/rustc/bin/*; do ln -sf \"$f\" /usr/bin/ || true; done")))
|
||||
|
||||
Reference in New Issue
Block a user