aboutsummaryrefslogtreecommitdiff
path: root/nicotine/nicotine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'nicotine/nicotine.SlackBuild')
-rwxr-xr-xnicotine/nicotine.SlackBuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/nicotine/nicotine.SlackBuild b/nicotine/nicotine.SlackBuild
index 4c52fa87..daf1d153 100755
--- a/nicotine/nicotine.SlackBuild
+++ b/nicotine/nicotine.SlackBuild
@@ -3,6 +3,18 @@
# SlackBuild script to call nicotine.build with correct settings
#
+if [ -s "slack-required" ]; then
+ echo Recomended and required packages for building nicotine are:
+ cat slack-required | sed -e 's/^/\t/'
+ 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
+fi
+
CWD="`pwd`"
if [ -f "/etc/slackbuildrc" ]; then