18 lines
512 B
Diff
18 lines
512 B
Diff
Install includes like lua's ones
|
|
|
|
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
|
|
|
|
Index: b/Makefile
|
|
===================================================================
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -38,7 +38,7 @@
|
|
INSTALL_BIN= $(DPREFIX)/bin
|
|
INSTALL_LIB= $(DPREFIX)/$(MULTILIB)
|
|
INSTALL_SHARE= $(DPREFIX)/share
|
|
-INSTALL_DEFINC= $(DPREFIX)/include/luajit-$(MMVERSION)
|
|
+INSTALL_DEFINC= $(DPREFIX)/include
|
|
INSTALL_INC= $(INSTALL_DEFINC)
|
|
|
|
INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(MMVERSION)
|