Skip to content

Always create ccache directory

When compiling Python packages on RHEL 6, ccache might get used. This means that ccache will try to find its cache, which might fail.

Fix that by always creating the directory.

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports