summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bstraph2
-rwxr-xr-xbin/locmaint5
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/bstraph b/bin/bstraph
index 7d729ff3..70b396ce 100755
--- a/bin/bstraph
+++ b/bin/bstraph
@@ -73,6 +73,6 @@ cd "$HOME"
include = cat ~/src/dotfiles/lib-src/mr/config
EOF
mkdir -p .ssh tmp src lib mnt \
- local/mutt local/big local/pub local/auth \
+ local/mutt local/big local/auth \
local/src local/bin local/lib local/log local/tmp local/info
chmod -R u+rwX,go= local/auth
diff --git a/bin/locmaint b/bin/locmaint
index 9a7baa28..4bbd04b0 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -236,11 +236,8 @@ sub do_homedir {
# enough to include in duplicity backups, but should not stick
# around in ~/tmp. and, git repos without an origin remote yet
# (can't live in ~/src as src-register-all will complain)
- #
- # local/pub: files to be temporarily shared over the LAN
my $empty = 1;
- $empty = empty_dir_or_list($_) && $empty
- for qw(local/big local/tmp local/pub);
+ $empty = empty_dir_or_list($_) && $empty for qw(local/big local/tmp);
unless ($empty) {
say_spaced_bullet
("Consider cleaning up/annexing files in dir(s) listed above.");