From owner-freebsd-current Wed Aug 16 14:08:31 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA28696 for current-outgoing; Wed, 16 Aug 1995 14:08:31 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id OAA28685 for ; Wed, 16 Aug 1995 14:08:27 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA29653; Thu, 17 Aug 1995 07:04:03 +1000 Date: Thu, 17 Aug 1995 07:04:03 +1000 From: Bruce Evans Message-Id: <199508162104.HAA29653@godzilla.zeta.org.au> To: current@freebsd.org, james@miller.cs.uwm.edu Subject: Re: Make install DESTDIR=/mnt Sender: current-owner@freebsd.org Precedence: bulk >A make install DESTDIR=/mnt seems to fail in the src/usr.bin directory. It >seems to have something to do with LINKS as the chpass fails with a >/mnt/mnt/usr/bin/chpass. Passwd also has the same trouble. Did something >change here recently? Yes, someone added some LINKS and added ${DESTDIR} to all the LINKS, but ${DESTDIR} is automatic for LINKS. Bruce