diff --git a/lua/lua-wsapi/lua-wsapi.conf b/lua/lua-wsapi/lua-wsapi.conf index 9bde2e083..23412df2f 100644 --- a/lua/lua-wsapi/lua-wsapi.conf +++ b/lua/lua-wsapi/lua-wsapi.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../lua-wsapi/lua-wsapi.conf -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -17,14 +17,13 @@ runconf=0 pkgprefix -t lua hook_add premake 5 'lua_wsapi_config' -lua_wsapi_config() -{ +lua_wsapi_config() { cat <<-EOF > config -LIB_OPTION= -shared -BIN_DIR=$root$( pkgprefix bindir lua ) -LUA_DIR=$root$pkgdatadir -LUA_LIBDIR=$root$pkglibdir -EOF + LIB_OPTION= -shared + BIN_DIR=$root$(pkgprefix bindir lua) + LUA_DIR=$root$luadatadir + LUA_LIBDIR=$root$lualibdir + EOF } var_append makeinstopt ' ' 'install-fcgi' diff --git a/lua/lua-wsapi/lua-wsapi.desc b/lua/lua-wsapi/lua-wsapi.desc index dae2156b2..086904320 100644 --- a/lua/lua-wsapi/lua-wsapi.desc +++ b/lua/lua-wsapi/lua-wsapi.desc @@ -30,7 +30,7 @@ [U] http://wsapi.luaforge.net/ -[A] Andre Carregal +[A] André Carregal [M] Alejandro Mery [C] extra/development