2010-09-27 03:01:50 -04:00
|
|
|
$OpenBSD: patch-gnotski_Makefile_in,v 1.8 2010/09/27 07:01:50 ajacoutot Exp $
|
2008-11-22 18:42:54 -05:00
|
|
|
|
|
|
|
Install the .scores files into share/ , to @sample them
|
|
|
|
into /var/games/ later.
|
|
|
|
|
2010-09-27 03:01:50 -04:00
|
|
|
--- gnotski/Makefile.in.orig Mon Sep 27 03:53:07 2010
|
|
|
|
+++ gnotski/Makefile.in Mon Sep 27 07:57:38 2010
|
|
|
|
@@ -1010,16 +1010,11 @@ install-scorefiles-local:
|
2008-11-22 18:42:54 -05:00
|
|
|
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
|
|
|
|
-for i in ${SCOREFILES} ; do \
|
|
|
|
touch $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
|
|
|
|
- chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
|
|
|
|
- chmod 664 $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
|
|
|
|
done
|
|
|
|
|
|
|
|
install-data-local: install-schemas-local install-scorefiles-local
|
2009-10-12 20:00:41 -04:00
|
|
|
|
|
|
|
install-exec-hook:
|
|
|
|
- -if test "$(setgid)" = "true"; then \
|
|
|
|
- chgrp $(scores_group) $(DESTDIR)$(bindir)/gnotski && chmod 2555 $(DESTDIR)$(bindir)/gnotski ;\
|
|
|
|
- fi
|
|
|
|
|
|
|
|
@INTLTOOL_SCHEMAS_RULE@
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|