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