fixed an output line in util/mirror-tarballs.
This commit is contained in:
parent
54b824d1f4
commit
c64ff34957
|
@ -508,7 +508,7 @@ mv luajit2-* LuaJIT-$ver || exit 1
|
|||
|
||||
#$root/util/get-tarball http://luajit.org/download/v2.0.1_hotfix1.patch -O hotfix.patch
|
||||
cd LuaJIT-$ver || exit 1;
|
||||
echo "$info_txt applying the luajit-win32-default-paths patch hotfix #1 patch for luajit $ver"
|
||||
echo "$info_txt applying the luajit-win32-default-paths patch for luajit $ver"
|
||||
patch -p1 < $root/patches/luajit-win32-default-paths.patch || exit 1
|
||||
#rm ../hotfix.patch
|
||||
cd .. || exit 1
|
||||
|
|
Loading…
Reference in New Issue