Switch weather notifier to pista from wttr.in
[khome.git] / Makefile
index f8087cf..abcaefb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ home: mpdconf compiled
        | xargs -0 -I% cp -Rp % ~
 
 mpdconf:
-       mkdir -p ~/Archives/Audio
+       mkdir -p ~/arc/aud
        mkdir -p ~/var/lib/mpd/playlists
        mkdir -p ~/var/log/mpd
        mkdir -p ~/var/run/mpd
@@ -65,7 +65,7 @@ font_cache:
 # Golang
 #
 pkgs_golang: list pkgs-golang.list
-       go get $(shell ./list pkgs-golang.list)
+       go get -u $(shell ./list pkgs-golang.list)
 
 #
 # Ubuntu
This page took 0.025259 seconds and 4 git commands to generate.