X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ff01465b392751abf86ad95f672e460f59a2ad10..3789a22b9fd7711d55e9b54997e4677d2b96dc78:/uip/mhparam.c diff --git a/uip/mhparam.c b/uip/mhparam.c index bd22470c..acb416c7 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -29,8 +29,8 @@ DEFINE_SWITCH_ENUM(MHPARAM); DEFINE_SWITCH_ARRAY(MHPARAM, switches); #undef X -extern char *mhlibdir; extern char *mhetcdir; +extern char *mhlibexecdir; static char *sbackup = BACKUP_PREFIX; @@ -105,7 +105,8 @@ static struct proc procs [] = { { "whatnowproc", &whatnowproc }, { "whomproc", &whomproc }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, + { "libdir", &mhlibexecdir }, + { "libexecdir", &mhlibexecdir }, { "localmbox", &localmbox }, { "sbackup", &sbackup }, { "datalocking", &datalocking },