summaryrefslogtreecommitdiff
path: root/games/lbreakout/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-13 11:17:19 +0000
committerrillig <rillig@pkgsrc.org>2007-12-13 11:17:19 +0000
commit801ce652b0b542a350dd715f09bd64714bdd803d (patch)
treea1d4b4460e4b62113846d276008361aca1f90bff /games/lbreakout/patches
parent4a8e650491a79e046539279f809e0ac9dd0848a0 (diff)
downloadpkgsrc-801ce652b0b542a350dd715f09bd64714bdd803d.tar.gz
Fixed the file permissions of the example highscore file. PKGREVISION++
Diffstat (limited to 'games/lbreakout/patches')
-rw-r--r--games/lbreakout/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lbreakout/patches/patch-ab b/games/lbreakout/patches/patch-ab
index 02cd63d7d46..4fd216bcf5c 100644
--- a/games/lbreakout/patches/patch-ab
+++ b/games/lbreakout/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2006/03/28 22:03:42 joerg Exp $
+$NetBSD: patch-ab,v 1.4 2007/12/13 11:17:19 rillig Exp $
--- lbreakout/Makefile.in.orig 2001-03-15 15:28:10.000000000 +0000
+++ lbreakout/Makefile.in
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.3 2006/03/28 22:03:42 joerg Exp $
$(INSTALL_DATA) speedup.wav $(DESTDIR)$(sdir)/speedup.wav
$(INSTALL_DATA) speeddown.wav $(DESTDIR)$(sdir)/speeddown.wav
- $(INSTALL_DATA) -m 666 lbreakout.hscr $(DESTDIR)$(hdir)/lbreakout.hscr
-+ $(INSTALL_DATA) -m 666 lbreakout.hscr $(DESTDIR)$(sdir)/lbreakout.hscr
++ $(INSTALL_DATA) -m 444 lbreakout.hscr $(DESTDIR)$(sdir)/lbreakout.hscr
+ [ -f $(DESTDIR)$(hdir)/lbreakout.hscr ] || $(INSTALL_DATA) -m 666 lbreakout.hscr $(DESTDIR)$(hdir)/lbreakout.hscr
uninstall-local: