update private submodule and changed install.sh to use private/install.sh instead of Rakefile

This commit is contained in:
2012-02-08 14:41:57 +00:00
parent e5dae1cc42
commit caa62c81ed
2 changed files with 3 additions and 4 deletions

View File

@@ -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

Submodule private updated: f2c2d3e55f...b1a1019040