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