mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/bsnes: Fixed up some perms in usr/share/bsnes/*.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
f757ebccbd
commit
dd04513540
2 changed files with 4 additions and 4 deletions
|
@ -58,10 +58,10 @@ diff -crB bsnes_v091-source/bsnes/target-ethos/Makefile bsnes_v091-source-hh/bsn
|
|||
! # cp data/cheats.xml ~/.config/$(name)/cheats.xml
|
||||
! # chmod -R 777 ~/.config/$(name)
|
||||
!
|
||||
! install -d -m 644 $(DESTDIR)$(prefix)/share/$(name)/profile
|
||||
! install -d -m 755 $(DESTDIR)$(prefix)/share/$(name)/profile
|
||||
! cp -R profile/* $(DESTDIR)$(prefix)/share/$(name)/profile
|
||||
! cp data/cheats.xml $(DESTDIR)$(prefix)/share/$(name)/profile
|
||||
! chmod -R 644 $(DESTDIR)$(prefix)/share/$(name)/profile
|
||||
! install -m 644 data/cheats.xml $(DESTDIR)$(prefix)/share/$(name)/profile/cheats.xml
|
||||
! chmod -R 644 $(DESTDIR)$(prefix)/share/$(name)/profile/*/*
|
||||
!
|
||||
endif
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PRGNAM=bsnes
|
||||
VERSION=${VERSION:-091}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
Loading…
Reference in a new issue