X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=4e7ab3cb4938b5da353eedf22becca78c467b955;hb=2dc39417fba55024b9ccb8750f387321d760a616;hp=c2d4b8c564ae2beba489e751fe88d292d6be96da;hpb=208d5ebf49ac3f0d2b0bee6340bdb3488f92e308;p=khome.git diff --git a/Makefile b/Makefile index c2d4b8c..4e7ab3c 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ home: mpdconf compiled find home -maxdepth 1 -print0 \ | $(GREP) -zv '^home$$' \ | xargs -0 -I% cp -Rp % ~ + xdg-user-dirs-update mpdconf: mkdir -p ~/arc/aud @@ -159,7 +160,7 @@ $(foreach d,$(DEPS),$(eval $(call GEN_DEP_RULE,$(d)))) diff: find home -type f -print0 \ | $(SED) -z 's/^home\///g' \ - | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=always ~/% home/%' + | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%' pull: find home -type f -print0 \