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

Collapse All | Expand All

(-)a/Makefile (-5 / +2 lines)
Lines 3-10 Link Here
3
dist_name = fs-uae-launcher-$(version)
3
dist_name = fs-uae-launcher-$(version)
4
dist_dir := $(build_dir)/$(dist_name)
4
dist_dir := $(build_dir)/$(dist_name)
5
5
6
DESTDIR :=
6
DESTDIR ?=
7
prefix := /usr/local
7
prefix := $(PREFIX)
8
8
9
ifeq ($(wildcard OpenGL),)
9
ifeq ($(wildcard OpenGL),)
10
	OpenGL_dir := "."
10
	OpenGL_dir := "."
Lines 118-126 Link Here
118
	mkdir -p $(DESTDIR)$(prefix)/share
118
	mkdir -p $(DESTDIR)$(prefix)/share
119
	cp -a share/* $(DESTDIR)$(prefix)/share
119
	cp -a share/* $(DESTDIR)$(prefix)/share
120
120
121
	mkdir -p $(DESTDIR)$(prefix)/share/doc/fs-uae-launcher
122
	cp -a README COPYING $(DESTDIR)$(prefix)/share/doc/fs-uae-launcher
123
124
install: install-data install-program
121
install: install-data install-program
125
122
126
dist_dir := fs-uae-launcher-$(version)
123
dist_dir := fs-uae-launcher-$(version)

Return to bug 403913