summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 15:31:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 15:31:15 +0000
commit36b6704eab35ccc5d639f472488be7dfa8b917e2 (patch)
tree8935b69b0892316707c43364a5ff306cc8ddb455 /scripts
parentRestored joel's changes after merging old version from Ralf. (diff)
downloadrtems-36b6704eab35ccc5d639f472488be7dfa8b917e2.tar.bz2
Corrected typo.
Diffstat (limited to '')
-rw-r--r--scripts/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/configure.in b/scripts/configure.in
index 551f039281..bcbc18f25d 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -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)