From dd04513540540de68f763904ef7b310d44564daf Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sun, 13 Jan 2013 15:43:09 +0100 Subject: games/bsnes: Fixed up some perms in usr/share/bsnes/*. Signed-off-by: Matteo Bernardini --- games/bsnes/bsnes-v091.patch | 6 +++--- games/bsnes/bsnes.SlackBuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/bsnes/bsnes-v091.patch b/games/bsnes/bsnes-v091.patch index 2cf1aa1417..654fede15f 100644 --- a/games/bsnes/bsnes-v091.patch +++ b/games/bsnes/bsnes-v091.patch @@ -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 diff --git a/games/bsnes/bsnes.SlackBuild b/games/bsnes/bsnes.SlackBuild index 18dc34ae6c..a512246570 100644 --- a/games/bsnes/bsnes.SlackBuild +++ b/games/bsnes/bsnes.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=bsnes VERSION=${VERSION:-091} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then -- cgit v1.2.3