Commit 36d12f98 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: restore correct + (plus sign) in package names

parent 4b36eb96
...@@ -139,7 +139,7 @@ convert_pkgreqs_to_target() ...@@ -139,7 +139,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 && echo "$TARGETPKGNAME" || echo $j
done | sort -u done | sort -u | sed -e "s|\\\\+|\+|g"
} }
# Prints out buildreqs in target notation for SPEC (1st arg) # Prints out buildreqs in target notation for SPEC (1st arg)
......
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