From 45152138251953ac7c27e0ea68d255a8aba47e56 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 3 Dec 1996 04:07:49 +0000 Subject: ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change. Hinted by: obrien --- x11/XFree86/scripts/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/XFree86/scripts/configure') diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 76a31a32c37b..ad29be1691bc 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -164,9 +164,9 @@ if [ $answ = YES ]; then if [ -f $WH ] ; then echo "==> $WH found in source distribution." - elif [ -f $DISTDIR/Wraphelp.c ] ; then + elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree." - cpwh=$DISTDIR/Wraphelp.c + cpwh=$DISTDIR/xc/Wraphelp.c elif [ -f $FILESDIR/Wraphelp.c ] ; then echo "==> Wraphelp.c found in files directory, copying to source tree." cpwh=$FILESDIR/Wraphelp.c -- cgit v1.2.3