1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-12-28 09:40:17 +01:00

Reformat quick_install.sh and use symbolic links

This commit is contained in:
ShadowNinja 2014-02-04 16:30:57 -05:00
parent 3a06814f18
commit d1a0579135

View File

@ -1,8 +1,8 @@
#! /bin/sh #! /bin/sh
mkdir -p Build \ mkdir -p Build &&\
&& cd Build \ cd Build &&\
&& cmake .. \ cmake .. &&\
&& make \ make &&\
&& cd .. \ ln -s $(pwd)/irc $1
&& cp -r Build/irc $1