Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sh script fixes #263

Merged
merged 8 commits into from
Dec 15, 2018
Merged

install.sh script fixes #263

merged 8 commits into from
Dec 15, 2018

Conversation

1ace
Copy link
Contributor

@1ace 1ace commented Dec 13, 2018

Started looking at this script to fix #262, and fixed a few other things while there :)

installing to a custom location is now done by setting the environment variable PREFIX before executing the script; eg.:

PREFIX=/usr install.sh

or

PREFIX=~/.local install.sh

@1ace 1ace mentioned this pull request Dec 13, 2018
@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #263 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   69.56%   69.56%           
=======================================
  Files          44       44           
  Lines        2481     2481           
=======================================
  Hits         1726     1726           
  Misses        583      583           
  Partials      172      172

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 751950f...ec5ffe7. Read the comment docs.

1ace added 2 commits December 13, 2018 12:10
By passing it as the first argument to the script.

Not that the argument overrides the environment, in case both are set.
Copy link
Collaborator

@claytonrcarter claytonrcarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks nice and clean to me, and I'm in favor of merging. I'll leave it to @zaquestion to pull the trigger, though.

@zaquestion zaquestion merged commit 396a7c2 into zaquestion:master Dec 15, 2018
@1ace 1ace deleted the install-fixes branch January 2, 2019 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install to user space
3 participants