PKGBUILDs/community/phoronix-test-suite/phoronix-test-suite.install

11 lines
343 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo ">>>"
echo ">>> To complete the installation you should edit /etc/php/php.ini."
echo ">>> Add / to the open_basedir list."
echo ">>>"
echo ">>> EXAMPLE:"
echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
echo ">>>"
echo ">>> To enable the GUI make sure you install php-gtk from aur"
}