Commit e80f5c12 authored by Etersoft builder's avatar Etersoft builder

repl: small changes

parent 19d0bc68
...@@ -68,7 +68,7 @@ hack_distr_requires() ...@@ -68,7 +68,7 @@ hack_distr_requires()
case "$PKGFORMAT" in case "$PKGFORMAT" in
"deb") "deb")
echo $GREP | filter_deb_pkgnames echo "$GREP" | filter_deb_pkgnames
return return
;; ;;
esac esac
...@@ -105,7 +105,7 @@ tolocal_anyrepl() ...@@ -105,7 +105,7 @@ tolocal_anyrepl()
{ {
assert_var PKGFORMAT DISTRNAME BUILDNAME assert_var PKGFORMAT DISTRNAME BUILDNAME
local i REPLRULE WARULES local i REPLRULE WARULES
local GREP=$1 local GREP="$1"
shift shift
# TODO: fix space removing # TODO: fix space removing
WARULES="s/^ *//g WARULES="s/^ *//g
...@@ -227,6 +227,7 @@ print_grprepl_list() ...@@ -227,6 +227,7 @@ print_grprepl_list()
convert_pkgreqs_to_target() convert_pkgreqs_to_target()
{ {
assert_var DISTRVENDOR BUILDARCH PKGFORMAT assert_var DISTRVENDOR BUILDARCH PKGFORMAT
local repl_list
repl_list=$(print_pkgrepl_list) repl_list=$(print_pkgrepl_list)
local j local j
......
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