summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
commit6ae1bee45f6f893a8c5fdb196ab1a45f31751496 (patch)
treede9016677d2c14e0b8d9edc3f5b594565f66291a /.mrconfig.in
parent9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 (diff)
downloaddotfiles-6ae1bee45f6f893a8c5fdb196ab1a45f31751496.tar.gz
stop stowing Local:: perl5 libs into HOME
AFAICT pointless complexity.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 9e098350..a93afe96 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -133,7 +133,8 @@ lib =
# [ -L "src/build-area" ] || ln -s -T /tmp/debuild src/build-area
[ -e "Downloads" ] || ln -s tmp Downloads
# clean up after additions to .stow-local-ignore
- find bin lib/aid -type l 2>/dev/null | while read -r link; do
+ find bin lib/aid lib/perl5 \
+ -type l 2>/dev/null | while read -r link; do
if readlink "$link" | grep --quiet "^[../]*/.STOW/"; then
rm "$link"
fi
@@ -142,6 +143,7 @@ lib =
find \
bin \
lib/aid \
+ lib/perl5 \
lib/athena \
local/anacron/spool \
-type d -empty -delete 2>/dev/null ||: