chown and chmod should have been in post-install, not do-install,

or the "real" install would not be done!  Whew, I wouldn't have
caught this if I didn't remove /usr/X11R6 first.
This commit is contained in:
Satoshi Asami 1995-05-02 11:30:04 +00:00
parent 556abd2905
commit 5b68ed1be7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1581

View File

@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.12 1995/04/21 01:21:26 asami Exp $
# $Id: Makefile,v 1.13 1995/04/24 09:10:11 asami Exp $
#
DISTNAME= jetpack
@ -17,7 +17,7 @@ MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
MAKE_FLAGS= PREFIX=${PREFIX} -f
do-install:
post-install:
@chown games ${PREFIX}/bin/jetpack
@chmod u+s ${PREFIX}/bin/jetpack
@chown games ${PREFIX}/lib/X11/jetpack