r490 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Feb 15 05:34:07 EST 2008


Author: icculus
Date: 2008-02-15 05:33:56 -0500 (Fri, 15 Feb 2008)
New Revision: 490

Modified:
   trunk/scripts/mojosetup_mainline.lua
Log:
Install parent dirs with desktop menus, so it doesn't fatal() out if nothing
 else had made them earlier...


Modified: trunk/scripts/mojosetup_mainline.lua
===================================================================
--- trunk/scripts/mojosetup_mainline.lua	2008-02-15 10:22:11 UTC (rev 489)
+++ trunk/scripts/mojosetup_mainline.lua	2008-02-15 10:33:56 UTC (rev 490)
@@ -1054,6 +1054,7 @@
     --MojoSetup.logdebug("Install FreeDesktop file")
     --MojoSetup.logdebug(fname)
     --MojoSetup.logdebug(str)
+    install_parent_dirs(fname, key)
     install_file_from_string(fname, str, perms, desc, key)
     if not MojoSetup.platform.installdesktopmenuitem(fname) then
         MojoSetup.fatal(_("Failed to install desktop menu item"))




More information about the mojosetup-commits mailing list