lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

I used this patch to package lua for Linux Slackware. I think it can interest 
anybody else.

--- Makefile	2006-02-16 16:45:17.000000000 +0100
+++ Makefile	2006-11-01 12:03:13.000000000 +0100
@@ -11,7 +11,7 @@
 # if INSTALL_TOP is not an absolute path. (Man pages are installed from the
 # doc directory.)
 #
-INSTALL_TOP= /usr/local
+INSTALL_TOP= ${DESTDIR}/usr/local
 INSTALL_BIN= $(INSTALL_TOP)/bin
 INSTALL_INC= $(INSTALL_TOP)/include
 INSTALL_LIB= $(INSTALL_TOP)/lib