projects
/
chise
/
chise-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72055b0
)
Don't use sudo.
author
tomo
<tomo>
Sat, 18 Feb 2012 20:20:10 +0000
(20:20 +0000)
committer
tomo
<tomo>
Sat, 18 Feb 2012 20:20:10 +0000
(20:20 +0000)
bootstrap.homebrew
patch
|
blob
|
history
diff --git
a/bootstrap.homebrew
b/bootstrap.homebrew
index
de74df8
..
46923ca
100755
(executable)
--- 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