diff options
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r-- | build/parsePrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index f8e09a8c7..ea8faa953 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -274,7 +274,7 @@ static int doSetupMacro(rpmSpec spec, const char *line) } /* mkdir for dynamic specparts */ - buf = rpmExpand("%{__mkdir} SPECPARTS", NULL); + buf = rpmExpand("%{__mkdir_p} SPECPARTS", NULL); appendBuf(spec, buf, 1); free(buf); |