From ebcc9c42201cde163ac8070191c3282d4f055519 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Thu, 15 Dec 2022 11:53:12 +0100 Subject: [PATCH] [Makefile] Respect luarocks install path rules. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1adec1f..ee5a4b2 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,9 @@ doc/index.html: README.md config.ld osx.c doc: doc/index.html install: - -$(MKDIR) $(DESTDIR)$(LIBDIR)/osx $(DESTDIR)$(LIBDIR)/osx/include - $(CP) $(lib) $(DESTDIR)$(LIBDIR)/osx/ - $(CP) osx.h osx_dir.h $(DESTDIR)$(LIBDIR)/osx/include/ + -$(MKDIR) $(DESTDIR)$(LIBDIR)/include + $(CP) $(lib) $(DESTDIR)$(LIBDIR)/ + $(CP) osx.h osx_dir.h $(DESTDIR)$(LIBDIR)/include/ uninstall: -$(RM) $(DESTDIR)$(LIBDIR)/osx/$(lib)