git2go/script
Suhaib Mujahid 111185838c
feat: Enable change the system install path (#653)
#### Problem:
The current `CMAKE_INSTALL_PREFIX` value for the `system` build mode is `/usr`. However, in`macOS` as an example, you cannot write to `/usr` without `sudo` permission.

#### Proposed solution:
Enable changing the value to `/usr/local` (or any other path). This change makes the script use the value of the environment variable `SYSTEM_INSTALL_PREFIX` to select the installation path.  If the variable is not set, it fallback to the path `/usr`.
2020-09-30 17:27:48 -07:00
..
build-libgit2-dynamic.sh Update CI configuration 2020-02-22 18:21:38 -08:00
build-libgit2-static.sh Update CI configuration 2020-02-22 18:21:38 -08:00
build-libgit2.sh feat: Enable change the system install path (#653) 2020-09-30 17:27:48 -07:00
check-MakeGitError-thread-lock.go Avoid installing script binary to user's $GOPATH/bin. 2015-04-16 18:45:53 -07:00
install-libgit2.sh Update libgit2 version to install on Travis to 24 2016-03-07 11:33:44 +01:00