summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-11 23:33:53 -0500
committeryenatch <yenatch@gmail.com>2013-12-11 23:33:53 -0500
commit7a1f488041a26e964f46b05b99897f3e27389028 (patch)
treebe5de478ec07f9b743379c4d0623de7f7282e3d1
parentabda52678232aea443437135932bb5854ec3c2dc (diff)
init.sh: sudo mkdir -p
-rwxr-xr-xinit.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index 7577f4c4..671f61fd 100755
--- 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