Opened 13 years ago
Closed 13 years ago
#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 (2)
comment:1 by , 13 years ago
Milestone: | Future → 1.3.4 |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix committed to 1.3-stable:51802f7c54