Commit 82b97192 authored by Vitaly Lipatov's avatar Vitaly Lipatov

__epm_print_warning_for_nonalt_packages(): fix repository name output

parent 5c74becf
...@@ -125,7 +125,7 @@ __epm_print_warning_for_nonalt_packages() ...@@ -125,7 +125,7 @@ __epm_print_warning_for_nonalt_packages()
fi fi
if ! epm_status_original "$i" ; then if ! epm_status_original "$i" ; then
warning "%%% You are trying install package $i not from official $DISTROVENDOR/$DISTROVERSION repository. Use it at your own discretion. %%%" warning "%%% You are trying install package $i not from official $DISTRNAME/$DISTRVERSION repository. Use it at your own discretion. %%%"
continue continue
fi fi
done done
......
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