r565 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 30 21:55:30 EDT 2008


Author: icculus
Date: 2008-05-30 21:55:29 -0400 (Fri, 30 May 2008)
New Revision: 565

Modified:
   trunk/scripts/mojosetup_mainline.lua
Log:
Install missing parent dirs when installing the dest dir (thanks, Gerry JJ!).


Modified: trunk/scripts/mojosetup_mainline.lua
===================================================================
--- trunk/scripts/mojosetup_mainline.lua	2008-05-31 01:54:22 UTC (rev 564)
+++ trunk/scripts/mojosetup_mainline.lua	2008-05-31 01:55:29 UTC (rev 565)
@@ -1328,6 +1328,7 @@
     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
 




More information about the mojosetup-commits mailing list