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 /init.sh | |
| parent | bump pokemontools for fixed wram label handling (diff) | |
| download | pokeyellow-7a1f488041a26e964f46b05b99897f3e27389028.tar.gz pokeyellow-7a1f488041a26e964f46b05b99897f3e27389028.tar.xz pokeyellow-7a1f488041a26e964f46b05b99897f3e27389028.zip | |
init.sh: sudo mkdir -p
Diffstat (limited to 'init.sh')
| -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 |
