
18 Dec
2008
18 Dec
'08
13:56
A short advise for readability of your script from the wiki.
You could change cat installer.ymp | sed "s/\${REPO_URL}/file:\/\/\/tmp\/$TARGET_NAME\/root\/repo\//" > installer.ymp
to
sed -i "s/\${REPO_URL}/file:\/\/\/tmp\/$TARGET_NAME\/root\/repo\//" installer.ymp
Dominique
You're quite right. I updated the script. Thanks very much! -- Raúl Romero [^BgTA^] - http://www.bgta.net -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org