--- /usr/portage/dev-php/smarty/smarty-2.6.0_rc1.ebuild 2003-09-28 11:15:56.000000000 +0800 +++ smarty-2.6.0_rc1.ebuild 2003-09-29 18:40:56.000000000 +0800 @@ -18,6 +18,8 @@ dodoc [A-Z]* insinto /usr/lib/php/Smarty doins libs/* + insinto /usr/lib/php/Smarty/core + doins libs/core/* insinto /usr/lib/php/Smarty/plugins doins libs/plugins/* } @@ -27,4 +29,8 @@ einfo "To use it in your scripts, either" einfo "1. define(SMARTY_DIR, \"/usr/lib/php/Smarty\") in your scripts, or" einfo "2. add /usr/lib/php/Smarty to includes= in /etc/php4/php.ini" + einfo + einfo "You may have to clean up your \"compile_dir\" and \"cache_dir\"" + einfo "in order to get Smarty working correctly." }