Opened 13 years ago

Closed 12 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 Changed 13 years ago by Cas

  • Milestone changed from Future to 1.3.4

comment:2 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fix committed to 1.3-stable:51802f7c54

Note: See TracTickets for help on using tickets.