Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658814 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.am (-1 / +1 lines)
Lines 49-55 Link Here
49
	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)
49
	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)
50
	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)/words
50
	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)/words
51
#	chown root:games $(DESTDIR)$(pkglocalstatedir)
51
#	chown root:games $(DESTDIR)$(pkglocalstatedir)
52
	chown root:games $(DESTDIR)$(pkglocalstatedir)/words
52
#	chown root:games $(DESTDIR)$(pkglocalstatedir)/words
53
53
54
54
55
uninstall-hook:
55
uninstall-hook:
(-)a/configure.ac (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
29
30
# Needed for gettext:
30
# Needed for gettext:
31
AM_GNU_GETTEXT_VERSION([0.17])
31
AM_GNU_GETTEXT_REQUIRE_VERSION([0.17])
32
32
33
dnl NOTE - build using external intl lib whenever possible:
33
dnl NOTE - build using external intl lib whenever possible:
34
AM_GNU_GETTEXT([external])
34
AM_GNU_GETTEXT([external])

Return to bug 658814