summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-23 23:02:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-23 23:02:19 +0000
commit899b1d856e867540edca1b3c9056dff02e542007 (patch)
tree72c6ac2ceb3026259f9f81c050382c8fc7b277e2 /games-roguelike/moria/files
parentUpdating maskings in multilib subprofile. Renamed 'gcc33' profile 'java' and... (diff)
downloadhistorical-899b1d856e867540edca1b3c9056dff02e542007.tar.gz
historical-899b1d856e867540edca1b3c9056dff02e542007.tar.bz2
historical-899b1d856e867540edca1b3c9056dff02e542007.zip
fix permissions on score file (bug #103491)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-roguelike/moria/files')
-rw-r--r--games-roguelike/moria/files/5.5.2-gentoo-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-roguelike/moria/files/5.5.2-gentoo-paths.patch b/games-roguelike/moria/files/5.5.2-gentoo-paths.patch
index 8c555adb63e6..5ce4ce4d2b4d 100644
--- a/games-roguelike/moria/files/5.5.2-gentoo-paths.patch
+++ b/games-roguelike/moria/files/5.5.2-gentoo-paths.patch
@@ -14,7 +14,7 @@
(cd files; cp $(LIBFILES) $(LIBDIR))
- (cd $(LIBDIR); chmod 444 $(LIBFILES))
- (cd $(LIBDIR); touch scores; chmod 644 scores)
-+ (cd $(STATEDIR); touch moriascores; chmod 644 moriascores; chown $(OWNER) moriascores; chgrp $(GROUP) moriascores)
++ (cd $(STATEDIR); touch moriascores; chmod 664 moriascores; chown $(OWNER) moriascores; chgrp $(GROUP) moriascores)
chown $(OWNER) $(BINDIR)/moria
chgrp $(GROUP) $(BINDIR)/moria
- (cd $(LIBDIR); chown $(OWNER) $(LIBFILES) scores)