New commits:
commit bd597de3b2ca4e8f4bac9ddb2ac1ac57f2d0725e
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>
libcore: create spell dir if not there
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index e49c2d3..052e35f 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libcore: created the spell dir if it's not there in quill_rc
+
2007-04-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libcopy: don't make assumptions about dir count in copy_new_to_git
fix validation looping not to print an error the first time
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index ec823d5..db570e6 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -128,6 +128,7 @@ QUA
exit 0
else
. $QUILL_QUILLRC
+ mkdir -vp $QUILL_SPELL_DIR
fi
}