summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff90b58..c26586e 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ less : lesskey
lesskey -o $@ $<
wunderground :
- [ ! -e ~/.password-store ] && pass show websites/wunderground.com/wunderground@tozt.net > $@ || touch $@
+ [ -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)" < $< > $@