archdep.txt: these are quotes
Build process would choke on "unescaped" stuff otherwise, and these blocks should be blockquotes in the first place.
This commit is contained in:
parent
9baf84fa32
commit
15c75c1092
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user