mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add missing '@'s
This commit is contained in:
parent
75e336ca69
commit
f825f95db3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=951
@ -7,7 +7,7 @@ MAKE_FLAGS= PREFIX=${PREFIX} -f
|
||||
.include <bsd.port.mk>
|
||||
|
||||
install:
|
||||
chown games ${PREFIX}/bin/jetpack
|
||||
chmod u+s ${PREFIX}/bin/jetpack
|
||||
chown games ${PREFIX}/lib/X11/jetpack
|
||||
chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
|
||||
@chown games ${PREFIX}/bin/jetpack
|
||||
@chmod u+s ${PREFIX}/bin/jetpack
|
||||
@chown games ${PREFIX}/lib/X11/jetpack
|
||||
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
|
||||
|
Loading…
Reference in New Issue
Block a user