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

Collapse All | Expand All

(-)install.pri (-6 / +7 lines)
Lines 14-21 Link Here
14
	#
14
	#
15
	# Location where Edyuk will be installed
15
	# Location where Edyuk will be installed
16
	#
16
	#
17
	EDYUK_INSTALL_PREFIX = /usr/edyuk
17
	EDYUK_VER = edyuk-1.0.0_rc2
18
	
18
	EDYUK_INSTALL_PREFIX = /usr/lib/$${EDYUK_VER}
19
19
	#
20
	#
20
	# Necessary files without which Edyuk can't run
21
	# Necessary files without which Edyuk can't run
21
	#
22
	#
Lines 32-39 Link Here
32
	# Miscanellous files, generally appreciated... ;-)
33
	# Miscanellous files, generally appreciated... ;-)
33
	#
34
	#
34
	
35
	
35
	misc.files += *.txt
36
	#misc.files += *.txt
36
	misc.path = $${EDYUK_INSTALL_PREFIX}
37
	#misc.path = $${EDYUK_INSTALL_PREFIX}
37
	
38
	
38
	translations.files += translations/*.qm
39
	translations.files += translations/*.qm
39
	translations.path = $${EDYUK_INSTALL_PREFIX}/translations
40
	translations.path = $${EDYUK_INSTALL_PREFIX}/translations
Lines 50-57 Link Here
50
	INSTALLS += translations \
51
	INSTALLS += translations \
51
		doc \
52
		doc \
52
		qxs \
53
		qxs \
53
		templates \
54
		templates
54
		misc
55
		#misc
55
	
56
	
56
	#
57
	#
57
	#	SDK : Edyuk plugin development kit
58
	#	SDK : Edyuk plugin development kit

Return to bug 212545