Commit e53a6250 authored by Vitaly Lipatov's avatar Vitaly Lipatov

move print repl file to the right place

parent cb97179d
......@@ -89,6 +89,12 @@ ALLREPLRULES=""
export DISTRVERSION
if [ -n "$VERBOSE" ] ; then
echo -n "Use replacement file: "
print_pkgrepl_list
echo
fi
for i in $LISTDEP ; do
tolocal_anyrepl $i `print_pkgrepl_list` || continue
#NRL="s!\(.*Req.*\)$REPLRULE1\( |,|\$\)!\1$REPLRULE2\2!g"
......
......@@ -94,8 +94,4 @@ print_target_buildreq()
tolocal_anyrepl $i `print_pkgrepl_list` || echo -n "$i "
echo -n "$TARGETPKGNAME "
done
if [ -n "$VERBOSE" ] ; then
echo -n "Use repl file: "
print_pkgrepl_list
fi
}
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