summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-10 14:16:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-10 14:16:08 +0000
commit5fa72058de1ae1162056e02d91e0582e2a679241 (patch)
treea8be8912130f458ea41e8d6b7bc54b0641f0558d
parent2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5fa72058de1ae1162056e02d91e0582e2a679241.tar.bz2
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove trailing '/' from RPM_SPECSdir.
-rw-r--r--scripts-ada/ChangeLog4
-rw-r--r--scripts-ada/configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts-ada/ChangeLog b/scripts-ada/ChangeLog
index 8684f8d6ee..da7a874c5f 100644
--- a/scripts-ada/ChangeLog
+++ b/scripts-ada/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Remove trailing '/' from RPM_SPECSdir.
+
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove ACLOCAL_AMFLAGS.
diff --git a/scripts-ada/configure.in b/scripts-ada/configure.in
index f665ad40d7..69be27c82b 100644
--- a/scripts-ada/configure.in
+++ b/scripts-ada/configure.in
@@ -18,7 +18,7 @@ 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;
fi