diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/bsnes/bsnes-v091.patch | 6 | ||||
-rw-r--r-- | 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 |