aboutsummaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff-backup.build
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/rdiff-backup.build')
-rwxr-xr-xrdiff-backup/rdiff-backup.build23
1 files changed, 10 insertions, 13 deletions
diff --git a/rdiff-backup/rdiff-backup.build b/rdiff-backup/rdiff-backup.build
index 1410fbfe..f425cfa8 100755
--- a/rdiff-backup/rdiff-backup.build
+++ b/rdiff-backup/rdiff-backup.build
@@ -9,19 +9,16 @@
CWD="`pwd`"
-cat << EOCAT
-You'll need the following packages:
-
- librsync
-
-EOCAT
-
-if [ "$INTERACT" != "no" ]; then
- echo "Hit ENTER do continue, Crtl-C to abort"
- read crap
-else
- echo sleeping 3 seconds...
- sleep 3
+if [ -s "slack-required" ]; then
+ echo Recomended and required packages for building ekiga 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
if [ -f "/etc/slackbuildrc" ]; then