diff options
Diffstat (limited to 'duplicity')
-rwxr-xr-x | duplicity/duplicity.build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/duplicity/duplicity.build b/duplicity/duplicity.build index d29cc087..4fa1efcd 100755 --- a/duplicity/duplicity.build +++ b/duplicity/duplicity.build @@ -6,6 +6,21 @@ # ARCH=x86_64 slacktrack -jefkzp "duplicity-0.4.2-x86_64-1rha.tgz" "./duplicity.build" # +cat << EOCAT +You'll need to have following package installed: + + librsync + +EOCAT + +if [ "$INTERACT" != "no" ]; then + echo "Hit ENTER do continue, Crtl-C to abort" + read crap +else + echo sleeping 3 seconds... + sleep 3 +fi + CWD="`pwd`" if [ -f "/etc/slackbuildrc" ]; then |