rpmbuild: fix rpmtopdir redefinition
Erasing this variable by default makes outside definition useless. Signed-off-by: Andrey Maslennikov <andreyma@mellanox.com>
Этот коммит содержится в:
родитель
a997ec8a10
Коммит
c7d51a3a83
1
contrib/dist/linux/buildrpm.sh
поставляемый
1
contrib/dist/linux/buildrpm.sh
поставляемый
@ -267,7 +267,6 @@ fi
|
|||||||
# Find where the top RPM-building directory is
|
# Find where the top RPM-building directory is
|
||||||
#
|
#
|
||||||
|
|
||||||
rpmtopdir=
|
|
||||||
file=~/.rpmmacros
|
file=~/.rpmmacros
|
||||||
if test -r $file; then
|
if test -r $file; then
|
||||||
rpmtopdir=${rpmtopdir:-"`grep %_topdir $file | awk '{ print $2 }'`"}
|
rpmtopdir=${rpmtopdir:-"`grep %_topdir $file | awk '{ print $2 }'`"}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user