summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch')
-rw-r--r--games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch b/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch
new file mode 100644
index 000000000000..9de870deafcc
--- /dev/null
+++ b/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch
@@ -0,0 +1,16 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -55,11 +55,11 @@ EXTRA_DIST = \
+ toppler.qpg
+
+ install-exec-hook:
+- -chgrp games $(DESTDIR)$(bindir)/toppler
++ -chgrp gamestat $(DESTDIR)$(bindir)/toppler
+ -chmod 2755 $(DESTDIR)$(bindir)/toppler
+
+ install-data-hook:
+- -chgrp games $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
++ -chgrp gamestat $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
+ -chmod 0664 $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
+
+ abs_builddir = @abs_builddir@