Corrected typo.

This commit is contained in:
Joel Sherrill
1999-10-20 15:31:15 +00:00
parent 5f7b1180c0
commit 36b6704eab

View File

@@ -10,13 +10,13 @@ test -f ./setup.cache || cp ./setup.def ./setup.cache
AC_MSG_CHECKING(for rpm SPECS directory)
if test -d /usr/src/packages/SPECS;
then
RPM_SPECSdir=/usr/src/packages/SPECS;
RPM_SPECSdir=/usr/src/packages/SPECS;
elif test -d /usr/src/redhat/SPECS;
then
RPM_SPECSdirs=/usr/src/redhat/SPECS;
RPM_SPECSdir=/usr/src/redhat/SPECS;
elif test -d /usr/src/SPECS/;
then
RPM_SPECSdir=/usr/src/SPECS;
RPM_SPECSdir=/usr/src/SPECS;
fi
if test x"$RPM_SPECSdir" = x; then
AC_MSG_ERROR(not found)