[Patch] Minor patch for lua 5.1
[
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