pkgsrc/games/ltris/patches/patch-aa
adam 59e5c526f4 Changes 1.0.7:
- added missing newlines which caused SDL error message not to
  be seen (30/05/14 P.H)
- added range check for the starting level to prevent abnormally
  high scores when setting this level too high (30/05/14 P.H)
- configure option --with-hiscore-path has been replaced with
  autoconf option --localstatedir (04/06/14 M.S.)
- data files will be installed to $datadir/ltris instead
  of $datadir/games/ltris (04/06/14 M.S.)
2005-01-12 16:08:46 +00:00

13 lines
491 B
Text

$NetBSD: patch-aa,v 1.2 2005/01/12 16:08:46 adam Exp $
--- src/Makefile.am.orig 2002-07-25 09:02:19.000000000 +0000
+++ src/Makefile.am
@@ -20,7 +20,7 @@ install-data-local:
$(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \
- $(INSTALL_DATA) --mode=666 empty.hscr $(DESTDIR)$(hi_dir)/ltris.hscr; \
+ $(INSTALL_DATA) empty.hscr $(DESTDIR)$(hi_dir)/ltris.hscr; \
fi;
uninstall-local: