shithub: pokecrystal

Download patch

ref: 515407b9eb46de81e28e0ebe664eb57b1e3ab79b
parent: 418878d9329caa45c8f3fa0c5798770d95234f90
author: yenatch <[email protected]>
date: Wed Dec 11 16:58:51 EST 2013

init.sh: sudo pip install and make sure rgbds man dirs exist

--- a/init.sh
+++ b/init.sh
@@ -4,6 +4,8 @@
 git clone git://github.com/bentley/rgbds.git && \
 cd rgbds && \
 make && \
+mkdir -p /usr/local/man/man1 && \
+mkdir -p /usr/local/man/man7 && \
 sudo make install && \
 cd .. && \
 rm -rf rgbds
@@ -12,7 +14,7 @@
 git submodule init && \
 git submodule update && \
 sudo easy_install pip && \
-pip install -r extras/requirements.txt
+sudo pip install -r extras/requirements.txt
 
 # diff binary files using hexdump
 git config diff.hex.textconv "hexdump -C"