From 9f1b80a2af08c25b31fa99ee1eebd24f1dff4bc1 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 15 Sep 2016 21:55:47 +0200 Subject: [PATCH] Cmake tests: Use mkpath from module 'File::Path' to recursively create the directory path. --- development/autotests/useSystemFonts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/useSystemFonts.pl b/development/autotests/useSystemFonts.pl index f0183fa776..c68686b00a 100644 --- a/development/autotests/useSystemFonts.pl +++ b/development/autotests/useSystemFonts.pl @@ -152,7 +152,7 @@ elsif (0) { # set to '1' to enable setting of inputencoding my $sourcedir = dirname($source); my $destdir = dirname($dest); if (! -d $destdir) { - diestack("could not make dir \"$destdir\"") if (! mkdir $destdir); + diestack("could not make dir \"$destdir\"") if (! mkpath $destdir); } my $destdirOfSubdocuments; -- 2.39.5