summaryrefslogtreecommitdiff
path: root/devel/geany-plugins/files/patch-wscript
blob: 5fac4d375a30def9bf3e1eb91ce03139a7ea5a1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./wscript.orig	2010-06-10 19:46:27.000000000 +0300
+++ ./wscript	2010-09-21 08:36:25.926749379 +0300
@@ -99,7 +99,7 @@
 		 [ 'geanylua/geanylua.c' ], # the other source files are listed in build_lua()
 		 [ 'geanylua' ],
 		 # maybe you need to modify the package name of Lua, try one of these: lua5.1 lua51 lua-5.1
-		 [ [ 'lua', '5.1', True ] ]),
+		 [ [ 'lua-5.1', '5.1', True ] ]),
 	Plugin('GeanyPrj', None, [ 'geanyprj/src' ]),
 	Plugin('Pretty-Printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6.27', True ] ]),
 	Plugin('TreeBrowser', None, [ 'treebrowser/src' ], [ [ 'gio-2.0', '2.16', False ] ])