diff options
| author | bwarsaw | 1998-06-19 19:40:43 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 19:40:43 +0000 |
| commit | 99a6ca7d6c826468299c42c1b8be6467d0df0e79 (patch) | |
| tree | f53c5b5ee1ebeff05f53f34399091d918ca08681 /src | |
| parent | 97de1f42a22147e0e8d4ff15f0bcaa60b56b248e (diff) | |
| download | mailman-99a6ca7d6c826468299c42c1b8be6467d0df0e79.tar.gz mailman-99a6ca7d6c826468299c42c1b8be6467d0df0e79.tar.zst mailman-99a6ca7d6c826468299c42c1b8be6467d0df0e79.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index 79a588633..4d0b32017 100644 --- a/src/common.c +++ b/src/common.c @@ -21,7 +21,7 @@ /* passed in by configure */ #define SCRIPTDIR PREFIX ## "/scripts/" /* trailing slash */ -#define MODULEDIR PREFIX ## "/Mailman" /* no trailing slash */ +#define MODULEDIR PREFIX /* no trailing slash */ const char* prefixdir = PREFIX; const char* scriptdir = SCRIPTDIR; |
