]> git.koha-community.org Git - koha.git/commit
Factored all the "mkdir -p"-like code in getinstalldirectories into a
authoracli <acli>
Sat, 25 Jan 2003 06:38:08 +0000 (06:38 +0000)
committeracli <acli>
Sat, 25 Jan 2003 06:38:08 +0000 (06:38 +0000)
commitd275e12524c8560e6790fc83502690e498946ce3
tree2be52eec7b765592929fe5040474cd03a7f71264
parent3c1d446b9cd660cfbc4d69ca687185dad7711485
Factored all the "mkdir -p"-like code in getinstalldirectories into a
function (actually a dirname-like function and a "mkdir -p"-like function).

Note: This introduces a POSIX.pm dependence.
misc/Install.pm