Ticket #1912 (closed bug: fixed)
install fails confusingly if you don't have libtorrent or svn
| Reported by: | ashirley | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.4 |
| Component: | packaging | Version: | 1.3.3 |
| Keywords: | Cc: |
Description
the script ./get_libtorrent.sh doesn't cope with not having svn very gracefully. I suggest adding:
if [ -z $SVN ] then
echo "Please install an svn client" exit 1
fi
or similar.
Change History
Note: See
TracTickets for help on using
tickets.
