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.old (-2 / +2 lines)
Lines 21-29 Link Here
21
	make install_gamedata target=@GAME_INSTALLDIR@
21
	make install_gamedata target=@GAME_INSTALLDIR@
22
22
23
install_gamedata:
23
install_gamedata:
24
	sh mkinstalldirs $(target)/
24
	sh mkinstalldirs $(DESTDIR)$(target)/
25
	cp -rv sounds \
25
	cp -rv sounds \
26
               $(target)/
26
               $(DESTDIR)$(target)/
27
27
28
# Rule to build tar-gzipped distribution package
28
# Rule to build tar-gzipped distribution package
29
$(PACKAGE)-$(VERSION).tar.gz: dist
29
$(PACKAGE)-$(VERSION).tar.gz: dist

Return to bug 100516