You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
Index: Makefile |
|
--- Makefile.orig 2015-05-14 20:30:00.000000000 +0200 |
|
+++ Makefile 2015-07-31 22:41:03.794502915 +0200 |
|
@@ -32,15 +32,16 @@ |
|
INSTALL_BIN= $(DPREFIX)/bin |
|
INSTALL_LIB= $(DPREFIX)/$(MULTILIB) |
|
INSTALL_SHARE= $(DPREFIX)/share |
|
-INSTALL_INC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER) |
|
+INSTALL_INC= $(DPREFIX)/include/luajit |
|
+INSTALL_MANDIR=$(DPREFIX)/man |
|
|
|
-INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) |
|
+INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit |
|
INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit |
|
INSTALL_LMODD= $(INSTALL_SHARE)/lua |
|
INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER) |
|
INSTALL_CMODD= $(INSTALL_LIB)/lua |
|
INSTALL_CMOD= $(INSTALL_CMODD)/$(ABIVER) |
|
-INSTALL_MAN= $(INSTALL_SHARE)/man/man1 |
|
+INSTALL_MAN= $(INSTALL_MANDIR)/man1 |
|
INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig |
|
|
|
INSTALL_TNAME= luajit-$(VERSION) |
|
Index: etc/luajit.pc |
|
--- etc/luajit.pc.orig 2015-05-14 20:30:00.000000000 +0200 |
|
+++ etc/luajit.pc 2015-07-31 22:43:35.503110294 +0200 |
|
@@ -10,7 +10,7 @@ |
|
exec_prefix=${prefix} |
|
libdir=${exec_prefix}/${multilib} |
|
libname=luajit-${abiver} |
|
-includedir=${prefix}/include/luajit-${majver}.${minver} |
|
+includedir=${prefix}/include/luajit |
|
|
|
INSTALL_LMOD=${prefix}/share/lua/${abiver} |
|
INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
|
|
|