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:
parent
3a06814f18
commit
d1a0579135
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user