From owner-freebsd-current Fri Jan 7 19:43:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id A3E80152A9 for ; Fri, 7 Jan 2000 19:43:47 -0800 (PST) (envelope-from vsilyaev@mindspring.com) Received: from mindspring.com (user-2ivebet.dialup.mindspring.com [165.247.45.221]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id WAA18993 for ; Fri, 7 Jan 2000 22:43:38 -0500 (EST) Received: (from vsilyaev@localhost) by mindspring.com (8.9.3/8.9.3) id WAA02407 for freebsd-current@FreeBSD.ORG; Fri, 7 Jan 2000 22:43:31 -0500 (EST) (envelope-from vsilyaev) Date: Fri, 7 Jan 2000 22:43:31 -0500 From: "Vladimir N. Silyaev" To: freebsd-current@FreeBSD.ORG Subject: world broken in dialog Message-ID: <20000107224331.A2379@jupiter.delta.ny.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ... install -c -o root -g wheel -m 444 README /usr/share/examples/dialog install: README: No such file or directory *** Error code 71 The following patch fixed the problem: --- gnu/usr.bin/dialog/TESTS/Makefile.orig Fri Jan 7 22:35:43 2000 +++ gnu/usr.bin/dialog/TESTS/Makefile Fri Jan 7 22:36:09 2000 @@ -5,7 +5,7 @@ beforeinstall: .for file in ${FILES} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${file} \ ${DESTDIR}/usr/share/examples/dialog .endfor -- Vladimir Silyaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message