diff options
author | Steven Barth <steven@midlink.org> | 2008-05-22 17:21:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-22 17:21:30 +0000 |
commit | b515d6f88e8cbfe1b742d0a5cc99aa2d55b6c38e (patch) | |
tree | 54974b75609a670549c83864684f81f7a24ccc41 /contrib/package/haserl-lua | |
parent | 505c3208c90d649cd2397a100c93925d480cce91 (diff) |
* Changed Makefiles to use mainline Lua
* Added a dispatching shortcut (thanks to Jow)
Diffstat (limited to 'contrib/package/haserl-lua')
-rw-r--r-- | contrib/package/haserl-lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/haserl-lua/Makefile b/contrib/package/haserl-lua/Makefile index ed4279bfdd..bc8cb44eb2 100644 --- a/contrib/package/haserl-lua/Makefile +++ b/contrib/package/haserl-lua/Makefile @@ -23,7 +23,7 @@ define Package/haserl-lua CATEGORY:=Utilities TITLE:=A CGI wrapper to embed shell scripts in HTML documents URL:=http://haserl.sourceforge.net/ - DEPENDS:=+liblua-luci + DEPENDS:=+liblua endef CONFIGURE_ARGS += \ |