From 5be5861cdcdc20ecbe82017fc1dc0826bab174d2 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 19 Apr 2000 14:49:07 +0000 Subject: [PATCH] Fixed module install dir 'append' problem. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 01f7eb2..5720b11 100755 --- a/Configure +++ b/Configure @@ -203,7 +203,7 @@ if [ ! "$MODDIR" ] ; then fi else MODDIR=`$ECHO $MODDIR | \ - sed -e "s/[0-9]\.[0-9]\.[0-9]*\(-[A-Za-z0-9]*\)*/$SRC_RELEASE/"` + sed -e "s/[0-9]\.[0-9]\.[0-9]*\(-[A-Za-z0-9]*\)*.*/$SRC_RELEASE/"` fi ask_str " Module install directory" MODDIR MODULES_DIR=$MODDIR