* [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x
@ 2014-01-31 2:29 Danomi Manchego
2014-03-02 8:30 ` François Perrad
2014-03-06 22:09 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Danomi Manchego @ 2014-01-31 2:29 UTC (permalink / raw)
To: buildroot
Move ljsyscall install destination to /usr/share/lua/$(abiver}, to
match what the luarocks install would naturally do. This also
reflects the value of INSTALL_LMOD in the luajit.pc file.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/ljsyscall/ljsyscall.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ljsyscall/ljsyscall.mk b/package/ljsyscall/ljsyscall.mk
index 1f36dc7..cc49890 100644
--- a/package/ljsyscall/ljsyscall.mk
+++ b/package/ljsyscall/ljsyscall.mk
@@ -19,7 +19,7 @@ else ifeq ($(LJSYSCALL_ARCH),)
LJSYSCALL_ARCH = $(BR2_ARCH)
endif
-LJSYSCALL_TARGET_DIR = $(TARGET_DIR)/usr/share/luajit-$(LUAJIT_VERSION)
+LJSYSCALL_TARGET_DIR = $(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)
define LJSYSCALL_INSTALL_TARGET_CMDS
$(INSTALL) -d $(LJSYSCALL_TARGET_DIR)/syscall
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x
2014-01-31 2:29 [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x Danomi Manchego
@ 2014-03-02 8:30 ` François Perrad
2014-03-06 22:09 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: François Perrad @ 2014-03-02 8:30 UTC (permalink / raw)
To: buildroot
2014-01-31 3:29 GMT+01:00 Danomi Manchego <danomimanchego123@gmail.com>:
> Move ljsyscall install destination to /usr/share/lua/$(abiver}, to
> match what the luarocks install would naturally do. This also
> reflects the value of INSTALL_LMOD in the luajit.pc file.
>
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Tested-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/ljsyscall/ljsyscall.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/ljsyscall/ljsyscall.mk b/package/ljsyscall/ljsyscall.mk
> index 1f36dc7..cc49890 100644
> --- a/package/ljsyscall/ljsyscall.mk
> +++ b/package/ljsyscall/ljsyscall.mk
> @@ -19,7 +19,7 @@ else ifeq ($(LJSYSCALL_ARCH),)
> LJSYSCALL_ARCH = $(BR2_ARCH)
> endif
>
> -LJSYSCALL_TARGET_DIR = $(TARGET_DIR)/usr/share/luajit-$(LUAJIT_VERSION)
> +LJSYSCALL_TARGET_DIR = $(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)
>
> define LJSYSCALL_INSTALL_TARGET_CMDS
> $(INSTALL) -d $(LJSYSCALL_TARGET_DIR)/syscall
> --
> 1.7.9.5
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x
2014-01-31 2:29 [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x Danomi Manchego
2014-03-02 8:30 ` François Perrad
@ 2014-03-06 22:09 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-03-06 22:09 UTC (permalink / raw)
To: buildroot
Dear Danomi Manchego,
On Thu, 30 Jan 2014 21:29:51 -0500, Danomi Manchego wrote:
> Move ljsyscall install destination to /usr/share/lua/$(abiver}, to
> match what the luarocks install would naturally do. This also
> reflects the value of INSTALL_LMOD in the luajit.pc file.
>
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
> ---
> package/ljsyscall/ljsyscall.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-06 22:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 2:29 [Buildroot] [PATCH 1/1] ljsyscall: move installation path to /usr/share/lua/5x Danomi Manchego
2014-03-02 8:30 ` François Perrad
2014-03-06 22:09 ` Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.