q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=aa6f9ea4a9b9185907007be807f3738c8a55f48d

commit aa6f9ea4a9b9185907007be807f3738c8a55f48d
Author: Daniel Kolesa <[email protected]>
Date:   Thu Dec 11 16:41:24 2014 +0000

    elua: add checkme
---
 data/Makefile.am    | 6 ++++++
 data/elua/checkme   | 2 ++
 src/bin/elua/main.c | 2 +-
 src/lib/elua/elua.c | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index af969da..59d37ef 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -112,3 +112,9 @@ ethumb_clientfilesdir = $(datadir)/ethumb_client
 ethumb_clientfiles_DATA = ethumb_client/checkme
 EXTRA_DIST += $(ethumb_clientfiles_DATA)
 endif
+
+########################################################################
+# Elua
+eluafilesdir = $(datadir)/elua
+eluafiles_DATA = elua/checkme
+EXTRA_DIST += $(eluafiles_DATA)
diff --git a/data/elua/checkme b/data/elua/checkme
new file mode 100644
index 0000000..3c67c27
--- /dev/null
+++ b/data/elua/checkme
@@ -0,0 +1,2 @@
+This is just a test file used to help eeze determine its prefix
+location.
diff --git a/src/bin/elua/main.c b/src/bin/elua/main.c
index 1edf98f..8d789db 100644
--- a/src/bin/elua/main.c
+++ b/src/bin/elua/main.c
@@ -457,7 +457,7 @@ elua_main(lua_State *L)
 
    luaL_openlibs(L);
 
-   elua_prefix = eina_prefix_new(elua_progname, elua_main, "ELUA", "elua", 
NULL,
+   elua_prefix = eina_prefix_new(elua_progname, elua_main, "ELUA", "elua", 
"checkme",
                                  PACKAGE_BIN_DIR, "", PACKAGE_DATA_DIR,
                                  LOCALE_DIR);
 
diff --git a/src/lib/elua/elua.c b/src/lib/elua/elua.c
index 5e98759..a8b7715 100644
--- a/src/lib/elua/elua.c
+++ b/src/lib/elua/elua.c
@@ -25,7 +25,7 @@ elua_init(void)
    eina_log_timing(_elua_log_dom, EINA_LOG_STATE_STOP, EINA_LOG_STATE_INIT);
    INF("elua init");
 
-   _elua_pfx = eina_prefix_new(NULL, elua_init, "ELUA", "elua", NULL,
+   _elua_pfx = eina_prefix_new(NULL, elua_init, "ELUA", "elua", "checkme",
                                PACKAGE_BIN_DIR, "", PACKAGE_DATA_DIR,
                                LOCALE_DIR);
 

-- 


Reply via email to