Commit d665b861 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 794f64d5
Отказаться от distr_vendor в rpm-build-altlinux-compat и использовать distr_info отсюда.
Replace rpmU with epmi
...@@ -60,7 +60,7 @@ strip_spaces() ...@@ -60,7 +60,7 @@ strip_spaces()
fatal() fatal()
{ {
if [ -z "$TEXTDOMAIN" ] ; then if [ -z "$TEXTDOMAIN" ] ; then
echo "Error in $0: $@" >&2 echo "Error: $@" >&2
# else # else
# echog "Error in $0: $@" >&2 # echog "Error in $0: $@" >&2
fi fi
......
...@@ -27,7 +27,7 @@ to any package manager. ...@@ -27,7 +27,7 @@ to any package manager.
%makeinstall %makeinstall
%files %files
%doc README %doc README TODO
%_bindir/epm* %_bindir/epm*
%changelog %changelog
......
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