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

(-)/usr/portage/dev-php/smarty/smarty-2.6.0_rc1.ebuild (+5 lines)
Lines 18-23 Link Here
18
	dodoc [A-Z]*
18
	dodoc [A-Z]*
19
	insinto /usr/lib/php/Smarty
19
	insinto /usr/lib/php/Smarty
20
	doins libs/*
20
	doins libs/*
21
	insinto /usr/lib/php/Smarty/core
22
	doins libs/core/*
21
	insinto /usr/lib/php/Smarty/plugins
23
	insinto /usr/lib/php/Smarty/plugins
22
	doins libs/plugins/*
24
	doins libs/plugins/*
23
}
25
}
Lines 27-30 Link Here
27
	einfo "To use it in your scripts, either"
29
	einfo "To use it in your scripts, either"
28
	einfo "1. define(SMARTY_DIR, \"/usr/lib/php/Smarty\") in your scripts, or"
30
	einfo "1. define(SMARTY_DIR, \"/usr/lib/php/Smarty\") in your scripts, or"
29
	einfo "2. add /usr/lib/php/Smarty to includes= in /etc/php4/php.ini"
31
	einfo "2. add /usr/lib/php/Smarty to includes= in /etc/php4/php.ini"
32
	einfo
33
	einfo "You may have to clean up your \"compile_dir\" and \"cache_dir\""
34
	einfo "in order to get Smarty working correctly."
30
}
35
}

Return to bug 29880