games/bsnes: Fixed up some perms in usr/share/bsnes/*.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Erik Hanson 2013-01-13 15:43:09 +01:00 committed by dsomero
parent f757ebccbd
commit dd04513540
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -7,7 +7,7 @@
PRGNAM=bsnes
VERSION=${VERSION:-091}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then