shithub: pokered

Download patch

ref: f5fcfe4dae71b7d86ae4835536bac6b3f75be8f8
parent: 515357a4504aa8c0816f088054c26f1902e71e72
author: yenatch <yenatch@gmail.com>
date: Tue Dec 10 22:14:46 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,5 +14,5 @@
 git submodule init && \
 git submodule update && \
 sudo easy_install pip && \
-pip install -r extras/requirements.txt
+sudo pip install -r extras/requirements.txt