summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8da3a3a..ff90b58 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ less : lesskey
lesskey -o $@ $<
wunderground :
- pass show websites/wunderground.com/wunderground@tozt.net > $@
+ [ ! -e ~/.password-store ] && pass show websites/wunderground.com/wunderground@tozt.net > $@ || touch $@
mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl
perl -E'while (<STDIN>) { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$(pass show websites/last.fm/doyster)" < $< > $@