From: W. Trevor King Date: Thu, 27 Sep 2012 13:29:19 +0000 (-0400) Subject: Add 005-dotfiles-update-relative.patch for automatic relative updates. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=554e03249201c55fd2bb48e9f6fcf3aeceb8d859;p=dotfiles-public.git Add 005-dotfiles-update-relative.patch for automatic relative updates. Requires dotfiles-framework with commit 41b3be950978aa1012c8c67649ee807761739179 Author: W. Trevor King Date: Thu Sep 27 09:17:11 2012 -0400 Pass update() options through to link(). --- diff --git a/local-patch.examples/005-dotfiles-update-relative.patch b/local-patch.examples/005-dotfiles-update-relative.patch new file mode 100644 index 0000000..8a346d3 --- /dev/null +++ b/local-patch.examples/005-dotfiles-update-relative.patch @@ -0,0 +1,9 @@ +--- a/.bashrc.d/90dotfiles ++++ b/.bashrc.d/90dotfiles +@@ -2,5 +2,5 @@ + + DS="$(which dotfiles.sh)" + if [ -n "${DS}" ] && [ -f "${DS}" ] && [ -x "${DS}" ]; then +- "${DS}" --dotfiles-dir ~/src/dotfiles update ++ "${DS}" --dotfiles-dir ~/src/dotfiles update --relative + fi