From owner-freebsd-commit Sat Nov 18 03:22:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15122 for freebsd-commit-outgoing; Sat, 18 Nov 1995 03:22:09 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15110 for cvs-all-outgoing; Sat, 18 Nov 1995 03:22:05 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15099 for cvs-usrbin-outgoing; Sat, 18 Nov 1995 03:22:03 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15088 ; Sat, 18 Nov 1995 03:21:47 -0800 Date: Sat, 18 Nov 1995 03:21:47 -0800 From: Bruce Evans Message-Id: <199511181121.DAA15088@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ee Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/18 03:21:42 Modified: usr.bin/ee Makefile Log: Fixed afterinstall rule: - apply chmod to the targets, not to the sources. - apply chown to the targets. It is still bogus to install by building in the target directory. See mklocale/data/Makefile for a better method.