Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237195
Collapse All | Expand All

(-)mc-4.6.1-noutf/lib/Makefile.am (-4 / +7 lines)
Lines 6-16 Link Here
6
LIBFILES_ADD =
6
LIBFILES_ADD =
7
endif
7
endif
8
8
9
LIBFILES_OUT = mc.ext
9
LIBFILES_OUT = mc.ext mc.lib mc.menu mc.menu.sr cedit.menu edit.indent.rc \
10
	edit.spell.rc
10
LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it	\
11
LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it	\
11
	mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.sr mc.hint.uk		\
12
	mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.sr mc.hint.uk		\
12
	mc.hint.zh mc.lib mc.menu mc.menu.sr cedit.menu edit.indent.rc	\
13
	mc.hint.zh
13
	edit.spell.rc
14
14
15
noinst_DATA = README.xterm mcserv.init mcserv.pamd xterm.ad
15
noinst_DATA = README.xterm mcserv.init mcserv.pamd xterm.ad
16
16
Lines 19-25 Link Here
19
19
20
suppbin_SCRIPTS = $(SCRIPTS_OUT)
20
suppbin_SCRIPTS = $(SCRIPTS_OUT)
21
21
22
pkgdata_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
22
pkgdata_DATA = $(LIBFILES_CONST)
23
24
pkgsysconfdir = $(sysconfdir)/@PACKAGE@/
25
pkgsysconf_DATA = $(LIBFILES_OUT) $(LIBFILES_ADD)
23
26
24
CLEANFILES = $(SCRIPTS_OUT)
27
CLEANFILES = $(SCRIPTS_OUT)
25
28
(-)mc-4.6.1-noutf/syntax/Makefile.am (-2 / +3 lines)
Lines 1-5 Link Here
1
SYNTAXFILES =			\
1
SYNTAXFILES =			\
2
	Syntax			\
3
	ada95.syntax		\
2
	ada95.syntax		\
4
	aspx.syntax		\
3
	aspx.syntax		\
5
	assembler.syntax	\
4
	assembler.syntax	\
Lines 47-52 Link Here
47
if USE_EDIT
46
if USE_EDIT
48
syntaxdir =		$(pkgdatadir)/syntax
47
syntaxdir =		$(pkgdatadir)/syntax
49
syntax_DATA =		$(SYNTAXFILES)
48
syntax_DATA =		$(SYNTAXFILES)
49
pkgsysconfdir = 	$(sysconfdir)/@PACKAGE@/syntax
50
pkgsysconf_DATA = 	Syntax
50
endif
51
endif
51
52
52
EXTRA_DIST =		$(SYNTAXFILES)
53
EXTRA_DIST =		$(SYNTAXFILES) Syntax
(-)mc-4.6.1-noutf/vfs/extfs/Makefile.am (-2 / +7 lines)
Lines 1-7 Link Here
1
extfsdir = $(pkgdatadir)/extfs
1
extfsdir = $(pkgdatadir)/extfs
2
2
3
# Configuration files
4
EXTFS_CONFIG_FILES = extfs.ini sfs.ini
5
3
# Files to install and distribute other than extfs scripts
6
# Files to install and distribute other than extfs scripts
4
EXTFS_MISC  = README extfs.ini sfs.ini
7
EXTFS_MISC  = README
5
8
6
# Scripts hat don't need adaptation to the local system
9
# Scripts hat don't need adaptation to the local system
7
EXTFS_CONST = bpp rpm trpm u7z
10
EXTFS_CONST = bpp rpm trpm u7z
Lines 55-63 Link Here
55
	uzoo
58
	uzoo
56
59
57
if USE_VFS
60
if USE_VFS
61
pkgsysconfdir = $(sysconfdir)/@PACKAGE@/extfs
62
pkgsysconf_DATA = $(EXTFS_CONFIG_FILES)
58
extfs_DATA = $(EXTFS_MISC)
63
extfs_DATA = $(EXTFS_MISC)
59
extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)
64
extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)
60
endif
65
endif
61
66
62
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST)
67
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST) $(EXTFS_CONFIG_FILES)
63
68
(-)mc-4.6.1-noutf/vfs/Makefile.am (+2 lines)
Lines 12-17 Link Here
12
AM_CFLAGS = $(GLIB_CFLAGS)
12
AM_CFLAGS = $(GLIB_CFLAGS)
13
endif
13
endif
14
14
15
AM_CPPFLAGS = -DSYSCONFDIR=\""$(sysconfdir)/@PACKAGE@/"\"
16
15
BASICFILES = 			\
17
BASICFILES = 			\
16
	cpio.c			\
18
	cpio.c			\
17
	direntry.c		\
19
	direntry.c		\

Return to bug 237195