Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Updating assets/etc #20

Merged
merged 1 commit into from Aug 29, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -76,5 +76,7 @@ $SUDO sh -c "echo .DS_Store >> $PREFIX/share/git-core/templates/info/exclude"

$SUDO chown -R root:wheel /usr/local/git

echo $PREFIX/bin > assets/etc/paths.d/git
echo $PREFIX/share/man > assets/etc/manpaths.d/git
[ -d /etc/paths.d ] && $SUDO cp assets/etc/paths.d/git /etc/paths.d
[ -d /etc/manpaths.d ] && $SUDO cp assets/etc/manpaths.d/git /etc/manpaths.d