mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 22:36:39 +00:00
Merge branch 'ptmikheev-master-patch-35294' into 'master'
Update install_luadocumentor_in_docker.sh (was broken by... See merge request OpenMW/openmw!2547
This commit is contained in:
commit
a943273397
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ PATH=$PATH:~/luarocks/bin
|
||||||
echo "Install openmwluadocumentor"
|
echo "Install openmwluadocumentor"
|
||||||
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
||||||
cd openmw-luadocumentor/luarocks
|
cd openmw-luadocumentor/luarocks
|
||||||
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
|
luarocks --local pack openmwluadocumentor-0.2.0-1.rockspec
|
||||||
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
|
luarocks --local install openmwluadocumentor-0.2.0-1.src.rock
|
||||||
cd ~
|
cd ~
|
||||||
rm -r openmw-luadocumentor
|
rm -r openmw-luadocumentor
|
||||||
|
|
Loading…
Reference in a new issue