Commit 5e9b41bf authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: one package name per line

parent 1a707e48
...@@ -138,7 +138,7 @@ convert_pkgreqs_to_target() ...@@ -138,7 +138,7 @@ convert_pkgreqs_to_target()
local j local j
for j in $listdep; do for j in $listdep; do
tolocal_anyrepl $j $repl_list && echo "$TARGETPKGNAME" || echo $j tolocal_anyrepl $j $repl_list && estrlist list "$TARGETPKGNAME" || echo $j
done | sort -u | sed -e "s|\\\\+|\+|g" done | sort -u | sed -e "s|\\\\+|\+|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