Don't use sudo.
authortomo <tomo>
Sat, 18 Feb 2012 20:20:10 +0000 (20:20 +0000)
committertomo <tomo>
Sat, 18 Feb 2012 20:20:10 +0000 (20:20 +0000)
bootstrap.homebrew

index de74df8..46923ca 100755 (executable)
@@ -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