Date: Wed, 31 Mar 1999 07:41:57 -0800 (PST) From: dima@server.ru To: freebsd-gnats-submit@freebsd.org Subject: bin/10891: bug in /usr/src/sbin/dhclient/Makefile Message-ID: <19990331154157.EAB3815652@hub.freebsd.org>
index | next in thread | raw e-mail
>Number: 10891
>Category: bin
>Synopsis: bug in /usr/src/sbin/dhclient/Makefile
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 31 07:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Kazarov
>Release: 3.1-stable
>Organization:
Server Inc
>Environment:
>Description:
${DESTDIR} is missing in target directory of ${INSTALL} command it the beforeinstall target that alwais installs dhclient-script to /sbin even if DESTDIR is different
>How-To-Repeat:
>Fix:
cd /usr/src/sbin/dhclient
diff Makefile.old Makefile
20c20
< ${DIST_DIR}/client/scripts/freebsd ${BINDIR}/dhclient-script
---
> ${DIST_DIR}/client/scripts/freebsd ${DESTDIR}${BINDIR}/dhclient-script
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990331154157.EAB3815652>
