From: tomo Date: Sat, 18 Feb 2012 20:20:10 +0000 (+0000) Subject: Don't use sudo. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e06d4080c2600d2632c7cc7ad6421442dd74d757;p=chise%2Fchise-base.git Don't use sudo. --- 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