From owner-cvs-all Fri Feb 18 10:14:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B72A37B9B9; Fri, 18 Feb 2000 10:14:09 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11763; Fri, 18 Feb 2000 10:14:09 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200002181814.KAA11763@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Feb 2000 10:14:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 2000/02/18 10:14:08 PST Modified files: emulators/linux_base Makefile Log: Revert to using /compat/linux instead of /usr/compat/linux. The linuxulator uses /compat/linux and /compat may be a link (it is on fresh installs) and may not point to /usr/compat at all. Also, linux_devtools still uses /compat/linux. If the prefix is changed to something other than /compat/linux, make sure it's changed in all relevant places! Revision Changes Path 1.39 +2 -2 ports/emulators/linux_base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message