shithub: pokered

Download patch

ref: 7a1f488041a26e964f46b05b99897f3e27389028
parent: abda52678232aea443437135932bb5854ec3c2dc
author: yenatch <yenatch@gmail.com>
date: Wed Dec 11 18:33:53 EST 2013

init.sh: sudo mkdir -p

--- a/init.sh
+++ b/init.sh
@@ -4,8 +4,7 @@
 git clone git://github.com/bentley/rgbds.git && \
 cd rgbds && \
 make && \
-mkdir -p /usr/local/man/man1 && \
-mkdir -p /usr/local/man/man7 && \
+sudo mkdir -p /usr/local/man/man{1,7} && \
 sudo make install && \
 cd .. && \
 rm -rf rgbds