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 directory is hardcoded #5

Open
danielb2 opened this issue Apr 23, 2013 · 2 comments
Open

install directory is hardcoded #5

danielb2 opened this issue Apr 23, 2013 · 2 comments

Comments

@danielb2
Copy link

I use ~/local for all my installs because it gets too cluttered otherwise. --prefix=$HOME/local otherwise I get ~/include ~/lib as well as ~/bin

However, in create_shortcut_cmd() I see the command path is hardcoded as sack__shortcut_cmd_path=~/bin/$sack__shortcut_cmd which obviously doesn't work for me.

Seems .sackrc would be a reasonable place to make this configurable?

@weakish
Copy link

weakish commented Nov 28, 2014

Seems .sackrc would be a reasonable place to make this configurable?

Before install.sh runs, there is no .sackrc.
Thus it is better to pass --prefix dir to install.sh.

@liuyang1
Copy link
Contributor

liuyang1 commented May 7, 2016

Partly fix with my pull request.

not support "--prefix" yet, but could change or config it manually.

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

No branches or pull requests

3 participants