diff options
-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 |