diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-04-01 01:47:26 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-04-01 01:47:26 +1300 |
commit | 3ba5e29d336b01b4a57522c8266edf2dd6a57ef1 (patch) | |
tree | 0ab2e8ca44e34fa75adaa481d26f6d24b95d2fbb /cpanm | |
parent | Merge branch 'release/v11.14.0' into develop (diff) | |
download | dotfiles-3ba5e29d336b01b4a57522c8266edf2dd6a57ef1.tar.gz dotfiles-3ba5e29d336b01b4a57522c8266edf2dd6a57ef1.zip |
Correct fallback directory for cpanm work dir
Diffstat (limited to 'cpanm')
-rw-r--r-- | cpanm/profile.d/cpanm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanm/profile.d/cpanm.sh b/cpanm/profile.d/cpanm.sh index 98b685e3..a7854e40 100644 --- a/cpanm/profile.d/cpanm.sh +++ b/cpanm/profile.d/cpanm.sh @@ -1,2 +1,2 @@ -PERL_CPANM_HOME=${XDG_CACHE_HOME:-$HOME/.config}/cpanm +PERL_CPANM_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/cpanm export PERL_CPANM_HOME |