diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-08 17:20:05 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-08 17:20:05 +0000 |
commit | 470cc1a6bf5e1e5b90015209e02ef54764575b3e (patch) | |
tree | b78061214717d2f807ce0d7d226a79bf98d04747 /patches/php | |
parent | 1175964de4e842535843c64f0ce4fbe143090a9a (diff) | |
download | slackbuilds-470cc1a6bf5e1e5b90015209e02ef54764575b3e.tar.gz slackbuilds-470cc1a6bf5e1e5b90015209e02ef54764575b3e.tar.bz2 |
php update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@23 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/php')
-rwxr-xr-x | patches/php/php.SlackBuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 2e07d8c3..88c3b679 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -7,6 +7,21 @@ # Small changes by rhatto # +cat << EOCAT +Recomended and required packages for building icecast are: + + libiconv + +EOCAT + +if [ "$INTERACT" != "no" ]; then + echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. + read crap +else + echo sleeping 3 seconds... + sleep 3 +fi + CWD="`pwd`" if [ -f "/etc/slackbuildrc" ]; then |