head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.06.08.12.59.39; author rse; state Exp; branches; next ; commitid 9KCjbXd3aCx8596t; desc @@ 1.1 log @new package: lua-posix 5.1.3 (Lua Extension: POSIX API) @ text @Index: Makefile --- Makefile.orig 2008-06-03 12:03:16 +0200 +++ Makefile 2008-06-08 13:55:40 +0200 @@@@ -3,7 +3,7 @@@@ # change these to reflect your Lua installation PREFIX= /usr/local LUAVERSION= 5.1 -LUAINC= $(PREFIX)/include +LUAINC= $(PREFIX)/include/lua LUALIB= $(PREFIX)/lib/lua/$(LUAVERSION) LUABIN= $(PREFIX)/bin @