From af18900e627e8a64f3b0d81bc75d50566da88ff0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 26 Nov 2008 13:23:13 -0500 Subject: [PATCH] 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. --- Makefile | 2 +- _bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2