1
1

Fix contributed by Joe Landman to allow building on SuSE.

This commit was SVN r12273.
Этот коммит содержится в:
Jeff Squyres 2006-10-24 01:26:13 +00:00
родитель 99631ccf66
Коммит 26781a567d

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"