Use new mkdir_p helper in install_files
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 20:34:43 +0000 (15:34 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 20:34:43 +0000 (15:34 -0500)
commit591b3f6dceca93edbd5c68b5e6eca95709caec81
tree3c4d61725291b56a935f753d58d8ba2d1794d992
parent75cdc28fa77709562cdcef74bde7198ff4e1c507
Use new mkdir_p helper in install_files

Instead of using File::Path or invokgin the system mkdir, we now emulate
"mkdir -p" using about 5 lines of Perl elsewhere in the script.
gatekeeper.pl