Skip to content

Commit

Permalink
Install missing parent dirs when installing the dest dir (thanks, Ger…
Browse files Browse the repository at this point in the history
…ry JJ!).
  • Loading branch information
icculus committed May 31, 2008
1 parent 0346cc0 commit efe9f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mojosetup_mainline.lua
Expand Up @@ -1328,6 +1328,7 @@ local function do_install(install)
stages[#stages+1] = function(thisstage, maxstage)
-- Make sure we install the destination dir, so it's in the manifest.
if not MojoSetup.platform.exists(MojoSetup.destination) then
install_parent_dirs(MojoSetup.destination, MojoSetup.metadatakey)
install_directory(MojoSetup.destination, nil, MojoSetup.metadatakey)
end

Expand Down

0 comments on commit efe9f77

Please sign in to comment.