pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sil: set permissions correctly



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Jul 13 21:58:37 2016 +0200
Changeset:	3815c82325e4fd3c27e1c58f90a3a5b11b6b11b3

Modified Files:
	sil/Makefile

Log Message:
sil: set permissions correctly

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3815c82325e4fd3c27e1c58f90a3a5b11b6b11b3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sil/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/sil/Makefile b/sil/Makefile
index 0a57005..4d2ece9 100644
--- a/sil/Makefile
+++ b/sil/Makefile
@@ -30,7 +30,8 @@ INSTALLATION_DIRS+=	share/Sil/xtra/graf
 INSTALLATION_DIRS+=	share/Sil/xtra/sound
 
 OWN_DIRS_PERMS+=	${PREFIX}/share/Sil/data ${GAMEDIR_PERMS}
-REQD_FILES_PERMS+=      /dev/null ${PREFIX}/share/Sil/apex/scores.raw ${GAMEDATA_PERMS}
+REQD_FILES_PERMS+=	/dev/null ${PREFIX}/share/Sil/apex/scores.raw ${GAMEDATA_PERMS}
+SPECIAL_PERMS+=		${PREFIX}/bin/sil ${SETGID_GAMES_PERMS}
 
 CFLAGS+=		-DDEFAULT_PATH='\"${PREFIX}/share/Sil\"'
 CFLAGS+=		-DPRIVATE_USER_PATH


Home | Main Index | Thread Index | Old Index