diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-29 17:32:03 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-29 17:32:03 +0000 |
commit | 01bf44ea375608f3cf5561410faf3030551a73f3 (patch) | |
tree | 90ce46dc8726416e55dabd179b69ed95072baa67 /duplicity | |
parent | 2decee8455318fbebb51cff2a76df72a2f03d2d0 (diff) | |
download | slackbuilds-01bf44ea375608f3cf5561410faf3030551a73f3.tar.gz slackbuilds-01bf44ea375608f3cf5561410faf3030551a73f3.tar.bz2 |
librsync and duplicity update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@60 370017ae-e619-0410-ac65-c121f96126d4
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 |