From a8cddde41e8682fb32832826c8ec5dbdf3c7871f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 6 Feb 2016 19:52:33 +1000 Subject: Put the ~/.SledHamr/ creation code into all three main binaries. sigh --- src/libraries/LumbrJack.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/libraries/LumbrJack.c') diff --git a/src/libraries/LumbrJack.c b/src/libraries/LumbrJack.c index b92dc97..ee45f80 100644 --- a/src/libraries/LumbrJack.c +++ b/src/libraries/LumbrJack.c @@ -6,6 +6,18 @@ #include #include "LumbrJack.h" +const char *dirs[] = +{ + ".cache", + ".cache/compiled", + ".cache/converted", + ".cache/sha1", + ".cache/types", + ".cache/unpacked", + ".download", + "inventory", + NULL +}; static char dateTime[DATE_TIME_LEN]; static Eina_Prefix *prefix = NULL; -- cgit v1.1