install.sh: fix git-browser installation
commit78b7eaec1472d1a468cbfb75e8c3e1e87c34cbb3
authorKyle J. McKay <mackyle@gmail.com>
Mon, 17 Feb 2014 06:02:34 +0000 (16 22:02 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 17 Feb 2014 06:02:34 +0000 (16 22:02 -0800)
tree173522e055cf246ab1d17a269fbe1f8b959c07e3
parent564ee8cc151be8e058e3d89230b08ee4acc176a0
install.sh: fix git-browser installation

On some platforms, a trailing '/' in a cp -r source list means
copy the contents of rather than the directory itself.

This is incorrect for the git-browser installation.

Remove the trailing '/' from 'JSON/' and 'js.lib/' so the
directories themselves are properly copied to the git-browser
installation on all platforms.
install.sh