You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 assack__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?The text was updated successfully, but these errors were encountered: