Fix contributed by Joe Landman to allow building on SuSE.
This commit was SVN r12273.
Этот коммит содержится в:
родитель
99631ccf66
Коммит
26781a567d
3
contrib/dist/linux/buildrpm.sh
поставляемый
3
contrib/dist/linux/buildrpm.sh
поставляемый
@ -109,6 +109,9 @@ if test "$rpmtopdir" != ""; then
|
||||
elif test -d /usr/src/RPM; then
|
||||
need_root=1
|
||||
rpmtopdir="/usr/src/RPM"
|
||||
elif test -d /usr/src/packages; then
|
||||
need_root=1
|
||||
rpmtopdir="/usr/src/packages"
|
||||
else
|
||||
need_root=1
|
||||
rpmtopdir="/usr/src/redhat"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user