From 2ca7da2e0609de79bd1eafd762541db14c9a834d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 7 May 2006 07:50:44 +0000 Subject: [PATCH] use the no-hooks in new_home_directory --- new_home_directory | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/new_home_directory b/new_home_directory index 6bd7b3d..2233e3c 100755 --- a/new_home_directory +++ b/new_home_directory @@ -19,13 +19,15 @@ mkdir .home_modules; ) # make a home backup directory mkdir home_backup; -mv .wgetrc .svn .sversionrc home_backup/; -# run the appropriate command to set the symlinks correctly -sh -c "$(awk -F ' ' '{print $2}' ~/.home_modules/base/sa_base) ~/.home_modules;" +mv .wgetrc home_backup/; +mv .svn home_backup/; +mv .sversionrc home_backup/; mkdir .sa.d; ln -s ~/.home_modules/*/sa_* .sa.d/; +# run the appropriate command to set the symlinks correctly +~/bin/sa --hooks-only update cat -< .sa.d/sa_local ~/bin ~/lib EOF -exec sa update; \ No newline at end of file +exec ~/bin/sa update; \ No newline at end of file -- 2.39.5