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:
parent
556abd2905
commit
5b68ed1be7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user