mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
manual: luarocks: improve tutorial example
The license file in a luarocks package is always inside the subdir, so the example should reflect this. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0be874d89a
commit
448730a2e4
@ -23,7 +23,7 @@ with an example :
|
|||||||
10: LUAFOO_BUILD_OPTS += FOO_INCDIR=$(STAGING_DIR)/usr/include
|
10: LUAFOO_BUILD_OPTS += FOO_INCDIR=$(STAGING_DIR)/usr/include
|
||||||
11: LUAFOO_BUILD_OPTS += FOO_LIBDIR=$(STAGING_DIR)/usr/lib
|
11: LUAFOO_BUILD_OPTS += FOO_LIBDIR=$(STAGING_DIR)/usr/lib
|
||||||
12: LUAFOO_LICENSE = luaFoo license
|
12: LUAFOO_LICENSE = luaFoo license
|
||||||
13: LUAFOO_LICENSE_FILES = COPYING
|
13: LUAFOO_LICENSE_FILES = $(LUAFOO_SUBDIR)/COPYING
|
||||||
14:
|
14:
|
||||||
15: $(eval $(luarocks-package))
|
15: $(eval $(luarocks-package))
|
||||||
------------------------
|
------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user