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

(-)qnetwalk.pro.orig (-4 / +4 lines)
Lines 47-64 Link Here
47
	       translations/qnetwalk_ru.ts
47
	       translations/qnetwalk_ru.ts
48
48
49
TARGET       = qnetwalk
49
TARGET       = qnetwalk
50
target.path  = /usr/local/bin
50
target.path  = /usr/games/bin
51
INSTALLS    += target
51
INSTALLS    += target
52
52
53
man.path     = /usr/local/man/man6
53
man.path     = /usr/share/man/man6
54
man.files    = qnetwalk.6
54
man.files    = qnetwalk.6
55
INSTALLS    += man
55
INSTALLS    += man
56
56
57
tr.path      = /usr/local/share/qnetwalk/translations
57
tr.path      = /usr/share/qnetwalk/translations
58
tr.files     = translations/*.qm
58
tr.files     = translations/*.qm
59
INSTALLS    += tr
59
INSTALLS    += tr
60
60
61
sounds.path  = /usr/local/share/qnetwalk/sounds
61
sounds.path  = /usr/share/qnetwalk/sounds
62
sounds.files = sounds/*.wav
62
sounds.files = sounds/*.wav
63
INSTALLS    += sounds
63
INSTALLS    += sounds
64
64

Return to bug 77481