File: luadoc.patch

package info (click to toggle)
lua-doc 3.0.1%2Bgitdb9e868-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 408 kB
  • sloc: makefile: 51
file content (10 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Author: Enrico Tassi <gareuselesinge@debian.org>
Description: use lua5.1 and not lua
--- lua-doc-3.0.1.orig/src/luadoc.lua.in
+++ lua-doc-3.0.1/src/luadoc.lua.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env lua
+#!/usr/bin/env lua5.1
 -------------------------------------------------------------------------------
 -- LuaDoc launcher.
 -- @release $Id: luadoc.lua.in,v 1.1 2008/02/17 06:42:51 jasonsantos Exp $