Ticket #1912 (closed bug: fixed)

Opened 22 months ago

Last modified 18 months ago

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

Changed 22 months ago by Cas

  • milestone changed from Future to 1.3.4

Changed 18 months ago by Cas

  • status changed from new to closed
  • resolution set to fixed

Fix committed to 1.3-stable: 51802f7c54

Note: See TracTickets for help on using tickets.