diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-12-27 09:35:52 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-12-27 09:35:52 +0100 |
| commit | 983362ff772fcdb0eebfb69fc9c1baf83651e610 (patch) | |
| tree | a20c7c847a550e7be03e67d58704bd08db2c3424 | |
| parent | 1ab1f451a67196c081382b9a47c51de2ad16042b (diff) | |
| download | luarocks-983362ff772fcdb0eebfb69fc9c1baf83651e610.tar.gz luarocks-983362ff772fcdb0eebfb69fc9c1baf83651e610.tar.bz2 luarocks-983362ff772fcdb0eebfb69fc9c1baf83651e610.zip | |
some textual updates
| -rw-r--r-- | install.bat | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/install.bat b/install.bat index 03ec7c94..8f877c57 100644 --- a/install.bat +++ b/install.bat | |||
| @@ -606,17 +606,16 @@ print(S[[ | |||
| 606 | ========================== | 606 | ========================== |
| 607 | 607 | ||
| 608 | Will configure LuaRocks with the following paths: | 608 | Will configure LuaRocks with the following paths: |
| 609 | LuaRocks : $FULL_PREFIX | 609 | LuaRocks : $FULL_PREFIX |
| 610 | Config file : $SYSCONFDIR\config.lua | 610 | Config file : $SYSCONFDIR\config.lua |
| 611 | Rocktree : $ROCKS_TREE | 611 | Rocktree : $ROCKS_TREE |
| 612 | 612 | ||
| 613 | Lua interpreter: $LUA_BINDIR\$LUA_INTERPRETER | 613 | Lua interpreter : $LUA_BINDIR\$LUA_INTERPRETER |
| 614 | binaries : $LUA_BINDIR | 614 | binaries : $LUA_BINDIR |
| 615 | libraries : $LUA_LIBDIR | 615 | libraries : $LUA_LIBDIR |
| 616 | includes : $LUA_INCDIR | 616 | includes : $LUA_INCDIR |
| 617 | 617 | architecture: $UNAME_M | |
| 618 | Binaries will be linked against: $LUA_LIBNAME with runtime $LUA_RUNTIME.dll | 618 | binary link : $LUA_LIBNAME with runtime $LUA_RUNTIME.dll |
| 619 | System architecture detected as: $UNAME_M | ||
| 620 | 619 | ||
| 621 | ]]) | 620 | ]]) |
| 622 | 621 | ||
| @@ -725,7 +724,7 @@ ECHO ECHO Press any key to close this window... >> "%TMPFILE%" | |||
| 725 | ECHO PAUSE ^> NUL >> "%TMPFILE%" | 724 | ECHO PAUSE ^> NUL >> "%TMPFILE%" |
| 726 | ECHO DEL "%TMPFILE%" >> "%TMPFILE%" | 725 | ECHO DEL "%TMPFILE%" >> "%TMPFILE%" |
| 727 | 726 | ||
| 728 | ECHO Now trying to run again elevated... | 727 | ECHO Now retrying as a priviledged user... |
| 729 | PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') | 728 | PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') |
| 730 | 729 | ||
| 731 | :EXITLR | 730 | :EXITLR |
