diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-10 05:45:50 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-10 05:45:50 +0000 |
commit | 93ac29f610e24a617dc5c1dac49b7233842b6da4 (patch) | |
tree | 2283e158c578435189929f9a0f86c4a68b5848bd /data/emotion | |
parent | 83a8742d4e2872cd3db49b86e7d8c2546aeb05f4 (diff) |
efl/emotion: fix usage of eina_prefix, add checkme file.
we were using "" for locale that made eina_prefix think that we did
not had a common prefix.
take the time and add a magic file "checkme" to be checked at runtime
to validate stuff.
also made the binaries be searched in MODULE_ARCH namespace.
SVN revision: 82507
Diffstat (limited to 'data/emotion')
-rw-r--r-- | data/emotion/checkme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/emotion/checkme b/data/emotion/checkme new file mode 100644 index 0000000000..e2f46e1c27 --- /dev/null +++ b/data/emotion/checkme | |||
@@ -0,0 +1,2 @@ | |||
1 | This is just a test file used to help emotion determine its prefix | ||
2 | location. | ||