From: W. Trevor King Date: Wed, 26 Nov 2008 18:23:13 +0000 (-0500) Subject: Adjusted so that the weekly update actually runs fixup. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af18900e627e8a64f3b0d81bc75d50566da88ff0;p=dotfiles-public.git Adjusted so that the weekly update actually runs fixup. Previously it only ran update, which syncs ~/.dotfiles with the server. This would update symlinked stuff, but not localpatches. Now the patches are reapplied if necessary. --- diff --git a/Makefile b/Makefile index 133f445..d6b5a47 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ clean: diff: git diff -fixup: +fixup: update ./fixup.sh update: diff --git a/_bashrc b/_bashrc index 200b201..ff9b647 100644 --- a/_bashrc +++ b/_bashrc @@ -192,7 +192,7 @@ if [ -d ~/.dotfiles/ ]; then rm -f ~/.dotfiles/updated.* 2>/dev/null touch ~/.dotfiles/updated.`date +%U` pushd ~/.dotfiles - make update + make fixup popd fi fi