|
From: <ale...@us...> - 2009-03-09 16:17:34
|
Revision: 2654
http://morphix.svn.sourceforge.net/morphix/?rev=2654&view=rev
Author: alextreme
Date: 2009-03-09 16:17:24 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
* meh
Modified Paths:
--------------
trunk/mmaker/debian/changelog
trunk/mmaker/libmorphix/makemodule.c
Modified: trunk/mmaker/debian/changelog
===================================================================
--- trunk/mmaker/debian/changelog 2009-03-09 16:14:08 UTC (rev 2653)
+++ trunk/mmaker/debian/changelog 2009-03-09 16:17:24 UTC (rev 2654)
@@ -1,3 +1,9 @@
+morphix-mmaker (0.4-47) unstable; urgency=low
+
+ * Even more paul_c magic
+
+ -- Alex de Landgraaf <al...@de...> Mon, 09 Mar 2009 17:13:56 +0100
+
morphix-mmaker (0.4-46) unstable; urgency=low
* More paul_c magic
Modified: trunk/mmaker/libmorphix/makemodule.c
===================================================================
--- trunk/mmaker/libmorphix/makemodule.c 2009-03-09 16:14:08 UTC (rev 2653)
+++ trunk/mmaker/libmorphix/makemodule.c 2009-03-09 16:17:24 UTC (rev 2654)
@@ -1184,7 +1184,7 @@
fprintf(stderr,"Info: In getAptPackageSources\n");
// Store for future usage, do this regardless of any source being downloaded
- savePackagelist(module, module->dirname);
+ savePackageList(module, module->dirname);
if (sources_location == NULL) { // no sources wanted
return TRUE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|