diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/lua2dox/install.sh')
-rwxr-xr-x | Master/texmf-dist/doc/support/lua2dox/install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/lua2dox/install.sh b/Master/texmf-dist/doc/support/lua2dox/install.sh index 7d6cda7be15..5d76c1515a9 100755 --- a/Master/texmf-dist/doc/support/lua2dox/install.sh +++ b/Master/texmf-dist/doc/support/lua2dox/install.sh @@ -30,7 +30,7 @@ then INSTALLDIR="${DEFAULT_INSTALLDIR}" fi -APP_NAME="lua2dox_lua" +APP_NAME="lua2dox_filter" ############################ go_splat(){ echo "ERROR!: $1" @@ -50,7 +50,6 @@ do_install(){ echo "app path=\"${APP_PATH}\"" cd "${INSTALLDIR}" - mk_link "${APP_PATH}" "lua2dox_lua" mk_link "${APP_PATH}" "lua2dox_filter" echo "install done." @@ -64,7 +63,7 @@ case "${INSTALLDIR}" in echo "" echo "--help show this help" echo "<dir> install directory for links" - echo "default <dir>=\"~/bin\"" + echo "default <dir>=\"${DEFAULT_INSTALLDIR}\"" ;; *) do_install |