summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-26 13:00:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-26 13:00:02 +0000
commitb507814fd174c29e01be8f50045717bfc5c3461a (patch)
treeca2c23393e4d243cce56636c3dc8eaf095cc6beb
parent2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b507814fd174c29e01be8f50045717bfc5c3461a.tar.bz2
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 402fbeb355..b89953d48a 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
+
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* setup.def: Updating version numbers for gcc/newlib RPM release 10.
diff --git a/scripts/configure.in b/scripts/configure.in
index 3f94025b72..b54d87c707 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -18,10 +18,10 @@ then
elif test -d /usr/src/redhat/SPECS;
then
RPM_SPECSdir=/usr/src/redhat/SPECS;
-elif test -d /usr/src/SPECS/;
+elif test -d /usr/src/SPECS;
then
RPM_SPECSdir=/usr/src/SPECS;
-elif test -d /usr/local/src/redhat/SPECS/;
+elif test -d /usr/local/src/redhat/SPECS;
then
RPM_SPECSdir=/usr/local/src/redhat/SPECS;
fi