summaryrefslogtreecommitdiff
path: root/endless/eosinit.c
diff options
context:
space:
mode:
authorJohn Hiesey <john@endlessm.com>2013-10-11 17:21:42 -0700
committerJohn Hiesey <john@endlessm.com>2013-10-16 09:44:24 -0700
commit1eac66f4aa7b818bf41936659830721ed5e59d18 (patch)
treefcc2b0248685b0377d04c3d2da34709b71400119 /endless/eosinit.c
parent4c046e0990dedc88fd29d76513737b64344bdfe8 (diff)
Look for personality file in /etc/EndlessOS
The personality file is moving to /etc/EndlessOS/personality.txt for OSTree, since /usr/share is read-only. [endlessm/eos-shell#1157]
Diffstat (limited to 'endless/eosinit.c')
-rw-r--r--endless/eosinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/endless/eosinit.c b/endless/eosinit.c
index 4edcbf0..1d0a7a1 100644
--- a/endless/eosinit.c
+++ b/endless/eosinit.c
@@ -84,7 +84,7 @@ eos_get_system_personality (void)
if (tmp == NULL)
{
- char *path = g_build_filename (DATADIR,
+ char *path = g_build_filename (SYSCONFDIR,
"EndlessOS",
"personality.txt",
NULL);