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

Collapse All | Expand All

(-)setup.py.orig (-1 / +1 lines)
Lines 15-21 setup( Link Here
15
15
16
	packages = ["lekatnet", "lekatnet.plugins"],
16
	packages = ["lekatnet", "lekatnet.plugins"],
17
	scripts = ["tentakel"],
17
	scripts = ["tentakel"],
18
	data_files = [	("man/man1", ["../tentakel.1"]),
18
	data_files = [  ("share/man/man1", ["../tentakel.1"]),
19
			("share/doc/tentakel", ["../tentakel.conf.example",
19
			("share/doc/tentakel", ["../tentakel.conf.example",
20
						"../README",
20
						"../README",
21
						"../TODO",
21
						"../TODO",

Return to bug 238796