From caa62c81ed256ac7d9b8acf17d48d085ee719d51 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 8 Feb 2012 14:41:57 +0000 Subject: [PATCH] update private submodule and changed install.sh to use private/install.sh instead of Rakefile --- install.sh | 5 ++--- private | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index c370bf0..932ba30 100755 --- a/install.sh +++ b/install.sh @@ -21,9 +21,8 @@ install_symlinks () { symlink "$ROOT_PATH" "$TARGET/$DOTFILES_LINK" # Setup private dotfiles - local private_rakefile="$ROOT_PATH/$PRIVATE_PATH/Rakefile" - if [ -f "$private_rakefile" ]; then - rake --rakefile="$private_rakefile" symlink + if [ -f "$ROOT_PATH/$PRIVATE_PATH/install.sh" ]; then + "$ROOT_PATH/$PRIVATE_PATH/install.sh" links fi # Symlink each path diff --git a/private b/private index f2c2d3e..b1a1019 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit f2c2d3e55fb1588d529fd7650bd625fea7a774a2 +Subproject commit b1a10190408a8e35123ee834c2e3b2f680e2eff6