Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2005 16:10:24 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/76362: sys directory link points to wrong location
Message-ID:  <200501261610.j0QGAOve089907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/76362; it has been noted by GNATS.

From: Scot Hetzel <swhetzel@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/76362: sys directory link points to wrong location
Date: Wed, 26 Jan 2005 10:02:58 -0600

 One optimization change:
 
 SYSDIR=	${.CURDIR:S/^\///:S/etc//}sys
 
 to
 
 SYSDIR=	${.CURDIR:S/^\///:S/etc/sys/}
 
 Scot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501261610.j0QGAOve089907>