Discussion:
[Morphix-cvs] SF.net SVN: morphix:[2659] trunk/mmaker/libmorphix/makemodule.c
a***@users.sourceforge.net
2009-06-19 12:37:43 UTC
Permalink
Revision: 2659
http://morphix.svn.sourceforge.net/morphix/?rev=2659&view=rev
Author: alextreme
Date: 2009-06-19 12:37:43 +0000 (Fri, 19 Jun 2009)

Log Message:
-----------
* typo

Modified Paths:
--------------
trunk/mmaker/libmorphix/makemodule.c

Modified: trunk/mmaker/libmorphix/makemodule.c
===================================================================
--- trunk/mmaker/libmorphix/makemodule.c 2009-06-19 12:32:24 UTC (rev 2658)
+++ trunk/mmaker/libmorphix/makemodule.c 2009-06-19 12:37:43 UTC (rev 2659)
@@ -1133,7 +1133,7 @@
arch = g_strdup_printf("--arch %s",module->arch);
}

- cmdline = g_strdup_printf("%s p --allow-unauthenticated %s %s %s %s",P_DEBOOTSTRAP,arch,module->suite,module->dirname,temp->name);
+ cmdline = g_strdup_printf("%s --allow-unauthenticated %s %s %s %s",P_DEBOOTSTRAP,arch,module->suite,module->dirname,temp->name);

g_free(arch);



This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Loading...