Jump to content

Recommended Posts

Posted

такое дело ставлю LFS с nALFS

в паке с tcl синтаксическая ошибка в файле configure которую надо исправить коммандой

sed -i "s/relid'/relid/" configure

эту комманду нужно воткнуть в nALFS скрипт но вот беда

наскока я знаю мне нужно воткнуть нечто типа

<execute command="{command line}" />

беда в том че мой команд лайн уже содержит в себе символ "

че делать?

Posted

<execute command="sed -i \"s/relid'/relid/\" configure" />

то бищ во так?

/add говорит: couldn't find end of start tag execute line 23 и пишет то че я там намудрил в файле то биш че сверху написано

/add проблема решена... вместо execute command надо юзать

<search_replace>

<file>configure</file>

<find>relid'</find>

<replace>relid</replace>

</search_replace>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...