init.sh: sudo mkdir -p

This commit is contained in:
yenatch 2013-12-11 23:33:53 -05:00
parent abda526782
commit 7a1f488041

View file

@ -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