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()
fatal()
{
if [ -z "$TEXTDOMAIN" ] ; then
echo "Error in $0: $@" >&2
echo "Error: $@" >&2
# else
# echog "Error in $0: $@" >&2
fi
......
......@@ -27,7 +27,7 @@ to any package manager.
%makeinstall
%files
%doc README
%doc README TODO
%_bindir/epm*
%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