View | Details | Raw Unified
Collapse All | Expand All

(-) smarty-2.6.2.ebuild.orig (-1 / +3 lines)
 Lines 24-28   pkg_postinst() { Link Here 
	einfo "Smarty has been installed in /usr/lib/php/Smarty/."
	einfo "Smarty has been installed in /usr/lib/php/Smarty/."
	einfo "To use it in your scripts, either"
	einfo "To use it in your scripts, either"
	einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or"
	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 "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your"
	einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
	einfo "cgi-php[45] or cli-php[45])."											
}
}