[Lunar-commits] r18939 - lunar/trunk/var/lib/lunar/functions
    Auke Kok 
    sofar at lunar-linux.org
       
    Tue Feb 28 06:08:10 UTC 2006
    
    
  
Author: sofar
Date: 2006-02-28 06:08:07 +0000 (Tue, 28 Feb 2006)
New Revision: 18939
Modified:
   lunar/trunk/var/lib/lunar/functions/build.lunar
Log:
<v3rt1g0> sofar, any reason why you got rid of the version info text on install?
Modified: lunar/trunk/var/lib/lunar/functions/build.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/build.lunar	2006-02-28 06:04:40 UTC (rev 18938)
+++ lunar/trunk/var/lib/lunar/functions/build.lunar	2006-02-28 06:08:07 UTC (rev 18939)
@@ -337,7 +337,7 @@
 
 run_pre_build() {
   debug_msg "run_pre_build ($@)"
-  message "${MESSAGE_COLOR}Building ${MODULE_COLOR}$MODULE${DEFAULT_COLOR}"
+  message "${MESSAGE_COLOR}Building ${MODULE_COLOR}$MODULE${DEFAULT_COLOR}${MESSAGE_COLOR} version ${MODULE_COLOR}$VERSION${DEFAULT_COLOR}"
 
   cd $BUILD_DIRECTORY
 
    
    
More information about the Lunar-commits
mailing list