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

Collapse All | Expand All

(-)Makefile.am (-6 / +6 lines)
Lines 54-71 Link Here
54
	make install_gamedata target=@GAME_INSTALLDIR@
54
	make install_gamedata target=@GAME_INSTALLDIR@
55
55
56
install_gamedata:
56
install_gamedata:
57
	sh mkinstalldirs $(target)/
57
	sh mkinstalldirs $(DESTDIR)$(target)/
58
	cp -rv graphics \
58
	cp -rv graphics \
59
               styles \
59
               styles \
60
	       Atris.Players \
60
	       Atris.Players \
61
	       Atris.Scores \
61
	       Atris.Scores \
62
               $(target)/
62
               $(DESTDIR)$(target)/
63
	chmod 666 $(target)/Atris.Players
63
	chmod 666 $(DESTDIR)$(target)/Atris.Players
64
	chmod 666 $(target)/Atris.Scores
64
	chmod 666 $(DESTDIR)$(target)/Atris.Scores
65
65
66
install_gamedocs:
66
install_gamedocs:
67
	sh mkinstalldirs $(target)/
67
	sh mkinstalldirs $(DESTDIR)$(target)/
68
	cp -rv README* COPYING* Docs*   $(target)/
68
	cp -rv README* COPYING* Docs*   $(DESTDIR)$(target)/
69
69
70
# Rule to build tar-gzipped distribution package
70
# Rule to build tar-gzipped distribution package
71
$(PACKAGE)-$(VERSION).tar.gz: dist
71
$(PACKAGE)-$(VERSION).tar.gz: dist

Return to bug 100516