diff options
Diffstat (limited to 'src/collect/collect.c')
-rw-r--r-- | src/collect/collect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collect/collect.c b/src/collect/collect.c index f309f3b98e..2cf1f0054d 100644 --- a/src/collect/collect.c +++ b/src/collect/collect.c @@ -422,7 +422,7 @@ int main(int argc, char **argv) if (debug) fprintf(stderr, "Using checkpoint '%s'\n", checkpoint); - strscpyl(tmpdir, sizeof(tmpdir), "/run/udev/collect", NULL); + strscpyl(tmpdir, sizeof(tmpdir), UDEV_ROOT_RUN "/udev/collect", NULL); fd = prepare(tmpdir, checkpoint); if (fd < 0) { ret = 3; |