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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +13 lines)
Line  Link Here
0
-- linuxconsoletools-1.4.4.orig/docs/Makefile
0
++ linuxconsoletools-1.4.4/docs/Makefile
Lines 20-32 Link Here
20
# 02110-1301 USA.
20
# 02110-1301 USA.
21
21
22
MANPAGES	= inputattach.1 jstest.1 jscal.1 fftest.1 \
22
MANPAGES	= inputattach.1 jstest.1 jscal.1 fftest.1 \
23
		  ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
23
		  ffset.1 ffcfstress.1 jscal-store.1 \
24
		  jscal-restore.1
24
		  jscal-restore.1
25
25
26
ifneq ($(USE_SDL),no)
27
MANPAGES += ffmvforce.1
28
endif
29
26
PREFIX          ?= /usr/local
30
PREFIX          ?= /usr/local
27
31
28
install:
32
install:
29
	install -d $(DESTDIR)$(PREFIX)/share/man/man1
33
	install -d $(DESTDIR)$(PREFIX)/share/man/man1
30
	install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
34
	install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
31
35
32
.PHONY: install
36
.PHONY: install
33
-- linuxconsoletools-1.4.4.orig/utils/Makefile
37
++ linuxconsoletools-1.4.4/utils/Makefile
Lines 27-35 Link Here
27
27
28
CFLAGS		?= -g -O2 -Wall
28
CFLAGS		?= -g -O2 -Wall
29
29
30
PROGRAMS	= inputattach jstest jscal fftest ffmvforce ffset \
30
PROGRAMS	= inputattach jstest jscal fftest ffset \
31
		  ffcfstress jscal-restore jscal-store
31
		  ffcfstress jscal-restore jscal-store
32
32
33
ifneq ($(USE_SDL),no)
34
PROGRAMS += ffmvforce
35
endif
36
33
PREFIX          ?= /usr/local
37
PREFIX          ?= /usr/local
34
38
35
compile: $(PROGRAMS)
39
compile: $(PROGRAMS)

Return to bug 543200