diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
| commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
| tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/lua | |
| parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
| parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lua')
| -rw-r--r-- | package/lua/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index e7647728a..adb63f207 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -34,11 +34,15 @@ MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} ${TARGET_CPPFLAGS} -DLUA_USE_LINUX -fPIC" XAKE_FLAGS+= INSTALL_TOP="${WRKINST}/usr" ALL_TARGET:= linux -post-install: +lua-install: ${INSTALL_DIR} ${IDIR_LUA}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/lua ${IDIR_LUA}/usr/bin/ + +luac-install: ${INSTALL_DIR} ${IDIR_LUAC}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/luac ${IDIR_LUAC}/usr/bin/ + +lua-examples-install: ${INSTALL_DIR} ${IDIR_LUA_EXAMPLES}/usr/share/lua/examples ${INSTALL_DATA} ${WRKBUILD}/test/*.lua \ ${IDIR_LUA_EXAMPLES}/usr/share/lua/examples/ |
