aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-08-10 17:08:44 +0200
committerWojtek Kosior <koszko@koszko.org>2021-08-10 20:56:48 +0200
commit78e4ddc4b34ac51da55e33bb2c75af573d63caff (patch)
tree1b25b59efb2c83224cda5e5f64f9adc33183b3e1 /src/main.c
parent3a429abe50042803ce717595f60e13bebd4fc381 (diff)
downloadhydrilla-78e4ddc4b34ac51da55e33bb2c75af573d63caff.tar.gz
hydrilla-78e4ddc4b34ac51da55e33bb2c75af573d63caff.zip
make hydrilla content dir depend on localstatedir and put a readme there
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4902585..0563422 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,7 +29,7 @@
errno = VERY_UNLIKELY_TO_COLLIDE_NAME_$$$$$$$$##__LINE__; \
} while (0)
-static const char default_search_path[] = "/var/lib/hydrilla/content/";
+static const char default_search_path[] = CONTENTDIR;
static int process_scriptbase_subdir(struct scriptbase *base,
struct dirent *subdir,