blob: 7b1c16da45b18fa18d6b9e8aec2b9bb8c25d2ffb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2009-05-09 19:11:47.000000000 +0400
+++ Makefile 2009-07-16 22:01:50.000000000 +0400
@@ -1,6 +1,6 @@
# Inform the location to intall the modules
-LUAPATH=/usr/local/share/lua/5.1
-CPATH=/usr/local/lib/lua/5.1
+LUAPATH?=/usr/local/share/lua/5.1
+CPATH?=/usr/local/lib/lua/5.1
# Edit the lines below to inform new path, if necessary
#
|