blob: 535e0b0f474af9efd454c28dc58bb1573d0154cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ac,v 1.2 2011/03/16 11:40:28 obache Exp $
--- Makefile.in.orig 2004-12-10 21:34:29.000000000 +0000
+++ Makefile.in
@@ -336,19 +336,6 @@ install uninstall-am uninstall all-redir
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-install-data-local:
- -./mkinstalldirs -p $(localstatedir) $(bindir) $(datadir)/ivan/Script/ $(datadir)/ivan/Graphics/ $(localstatedir)/ivan/Bones/
- -touch $(localstatedir)/ivan/ivan-highscore.scores
- -chown games.games $(localstatedir)/ivan/ivan-highscore.scores
- -chmod 664 $(localstatedir)/ivan/ivan-highscore.scores
- -chown -R games.games $(localstatedir)/ivan/Bones/
- -chmod -R u=rwx $(localstatedir)/ivan/Bones/
- -chmod -R g=rwx $(localstatedir)/ivan/Bones/
- -chmod -R o=r $(localstatedir)/ivan/Bones/
- -chgrp games $(bindir)/ivan
- -chmod 2111 $(bindir)/ivan
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|