From e06d4080c2600d2632c7cc7ad6421442dd74d757 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 18 Feb 2012 20:20:10 +0000 Subject: [PATCH] Don't use sudo. --- bootstrap.homebrew | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.homebrew b/bootstrap.homebrew index de74df8..46923ca 100755 --- a/bootstrap.homebrew +++ b/bootstrap.homebrew @@ -22,9 +22,9 @@ brew -v install wget ulimit -n 2048 -make -e SUDO=sudo install-base +make install-base cd chise-fonts-installer/TrueType && make build-arphic \ - && sudo make install-arphic + && make install-arphic -cd Hanazono/ && sudo make install-mac +cd Hanazono/ && make install-mac -- 1.7.10.4