Commit 53617031 authored by Vitaly Lipatov's avatar Vitaly Lipatov

config: note about default .rpmmacros content

parent 0eca8853
......@@ -31,7 +31,7 @@ RPMBUILD=rpmbuild
# CHECKME: works only on ALT?
if which rpm 2>/dev/null >/dev/null ; then
RPMDIR=$(rpm --eval %_topdir) || fatal
[ "$RPMDIR" = "/usr/src/RPM" ] && fatal "Please, set %_topdir in ~/.rpmmacros.
[ "$HOME" != "/usr/src" ] && [ "$RPMDIR" = "/usr/src/RPM" ] && fatal "Please, set %_topdir in ~/.rpmmacros.
"
RPMTMPDIR=$(rpm --eval %_tmppath) || fatal
......
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