Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / ctdlsh / src / ctdlsh.h
index c06e2aa05305477bd93cbdf124125ecaa0f63f5a..5152bd942ec63541a23d0fa1fac38f55bc8c416b 100644 (file)
@@ -28,7 +28,7 @@
  * Set to the location of Citadel
  * FIXME this needs to be configurable
  */
-#define CTDLDIR        "/appl/citadel"
+#define CTDLDIR        "/usr/local/citadel"
 
 typedef int ctdlsh_cmdfunc_t(int, char *);