diff options
author | yenatch <yenatch@gmail.com> | 2013-12-11 23:33:53 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-11 23:33:53 -0500 |
commit | 7a1f488041a26e964f46b05b99897f3e27389028 (patch) | |
tree | be5de478ec07f9b743379c4d0623de7f7282e3d1 | |
parent | abda52678232aea443437135932bb5854ec3c2dc (diff) |
init.sh: sudo mkdir -p
-rwxr-xr-x | init.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |