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/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/configure.in') 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