SF.net SVN: morphix: [2566] trunk/mmaker
[email protected] Wed, 17 Oct 2007 09:56:36 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2566
http://morphix.svn.sourceforge.net/morphix/?rev=2566&view=rev
Author: paul_c
Date: 2007-10-17 09:56:35 -0700 (Wed, 17 Oct 2007)
Log Message:
-----------
Apply patch from Michael Bunk to correct a problem with not being able to
install local debs.
Also corrects a couple of spelling errors..
Modified Paths:
--------------
trunk/mmaker/debian/mmaker.1
trunk/mmaker/libmorphix/parsemod.c
trunk/mmaker/src/main.c
Modified: trunk/mmaker/debian/mmaker.1
===================================================================
--- trunk/mmaker/debian/mmaker.1 2007-10-13 22:50:11 UTC (rev 2565)
+++ trunk/mmaker/debian/mmaker.1 2007-10-17 16:56:35 UTC (rev 2566)
@@ -67,7 +67,7 @@
.PP
\fI\-v\fR
.RS 4
-Verbose mode \- hepful for debugging.
+Verbose mode \- helpful for debugging.
.RE
.PP
\fI\-i\fR
Modified: trunk/mmaker/libmorphix/parsemod.c
===================================================================
--- trunk/mmaker/libmorphix/parsemod.c 2007-10-13 22:50:11 UTC (rev 2565)
+++ trunk/mmaker/libmorphix/parsemod.c 2007-10-17 16:56:35 UTC (rev 2566)
@@ -345,7 +345,7 @@
parsePatchlist(doc,cur,module);
}
if (!xmlStrcmp(cur->name, ((const xmlChar *)"localdeblist"))) {
- parseCommandlist(doc,cur,module);
+ parseLocalDeblist(doc,cur,module);
}
if (!xmlStrcmp(cur->name, ((const xmlChar *)"commandlist"))) {
parseCommandlist(doc,cur,module);
Modified: trunk/mmaker/src/main.c
===================================================================
--- trunk/mmaker/src/main.c 2007-10-13 22:50:11 UTC (rev 2565)
+++ trunk/mmaker/src/main.c 2007-10-17 16:56:35 UTC (rev 2566)
@@ -178,7 +178,7 @@
}
else {
if (miniroot != NULL && strcmp(module->type,"basemod") == 0) {
- printf("Info: Building miniroot from temporary dxirectory using mkminiroot-morphix\n");
+ printf("Info: Building miniroot from temporary directory using mkminiroot-morphix\n");
if (g_file_test("/usr/sbin/mkminiroot-morphix",G_FILE_TEST_EXISTS) == TRUE) {
printf("Info: mkminiroot-morphix exists\n");
cmdline = g_strdup_printf("/usr/sbin/mkminiroot-morphix %s %s/miniroot-dir %s",module->dirname,getTempRoot(),miniroot);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/