[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Patch] Minor patch for lua 5.1
- From: GEDsismik <gedsismik@...>
- Date: Wed, 1 Nov 2006 14:19:57 +0200
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