From b507814fd174c29e01be8f50045717bfc5c3461a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Oct 2000 13:00:02 +0000 Subject: 2000-10-26 Ralf Corsepius * configure.in: Remove trailing '/'s from setting up RPM_SPECdir. --- scripts/ChangeLog | 4 ++++ scripts/configure.in | 4 ++-- 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 + + * configure.in: Remove trailing '/'s from setting up RPM_SPECdir. + 2000-10-18 Joel Sherrill * 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 -- cgit v1.2.3