Commit 15c75c10 authored by Michael Shigorin's avatar Michael Shigorin

archdep.txt: these are quotes

Build process would choke on "unescaped" stuff otherwise, and these blocks should be blockquotes in the first place.
parent 9baf84fa
...@@ -32,15 +32,15 @@ ...@@ -32,15 +32,15 @@
Например, для Simply Linux в mkimage-profiles-desktop есть строчки: Например, для Simply Linux в mkimage-profiles-desktop есть строчки:
@I586_ONLY@haspd @I586_ONLY@haspd
@X86_64_ONLY@i586-haspd @X86_64_ONLY@i586-haspd
В случае mkimage-profiles они должны выглядеть так: В случае mkimage-profiles они должны выглядеть так:
haspd@i586 haspd@i586
i586-haspd@x86_64 i586-haspd@x86_64
Для преобразования можно воспользоваться следующей командой: Для преобразования можно воспользоваться следующей командой:
sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \ sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \
-e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g' -e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment