1
1

rpmbuild: fix rpmtopdir redefinition

Erasing this variable by default makes outside definition useless.

Signed-off-by: Andrey Maslennikov <andreyma@mellanox.com>
Этот коммит содержится в:
Andrey Maslennikov 2018-09-18 09:36:36 +03:00
родитель a997ec8a10
Коммит c7d51a3a83

1
contrib/dist/linux/buildrpm.sh поставляемый
Просмотреть файл

@ -267,7 +267,6 @@ fi
# Find where the top RPM-building directory is
#
rpmtopdir=
file=~/.rpmmacros
if test -r $file; then
rpmtopdir=${rpmtopdir:-"`grep %_topdir $file | awk '{ print $2 }'`"}