1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-12-27 01:10: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
mkdir -p Build \
&& cd Build \
&& cmake .. \
&& make \
&& cd .. \
&& cp -r Build/irc $1
mkdir -p Build &&\
cd Build &&\
cmake .. &&\
make &&\
ln -s $(pwd)/irc $1