From 15c75c109289b8c7aefcef81f71e181fa7d3fe94 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 4 May 2015 23:52:26 +0300 Subject: [PATCH] archdep.txt: these are quotes Build process would choke on "unescaped" stuff otherwise, and these blocks should be blockquotes in the first place. --- doc/archdep.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/archdep.txt b/doc/archdep.txt index 25927ce8..6383e373 100644 --- a/doc/archdep.txt +++ b/doc/archdep.txt @@ -32,15 +32,15 @@ Например, для Simply Linux в mkimage-profiles-desktop есть строчки: -@I586_ONLY@haspd -@X86_64_ONLY@i586-haspd + @I586_ONLY@haspd + @X86_64_ONLY@i586-haspd В случае mkimage-profiles они должны выглядеть так: -haspd@i586 -i586-haspd@x86_64 + haspd@i586 + i586-haspd@x86_64 Для преобразования можно воспользоваться следующей командой: -sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \ - -e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g' + sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \ + -e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g'