summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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