[Lunar-commits] r21952 - lunar/branches/stable/var/lib/lunar/functions

Auke Kok sofar at lunar-linux.org
Thu Oct 26 17:21:08 CEST 2006


Author: sofar
Date: 2006-10-26 17:21:08 +0200 (Thu, 26 Oct 2006)
New Revision: 21952

Modified:
   lunar/branches/stable/var/lib/lunar/functions/build.lunar
Log:
[merge] pull PROFILE change in from theedge


Modified: lunar/branches/stable/var/lib/lunar/functions/build.lunar
===================================================================
--- lunar/branches/stable/var/lib/lunar/functions/build.lunar	2006-10-26 15:18:09 UTC (rev 21951)
+++ lunar/branches/stable/var/lib/lunar/functions/build.lunar	2006-10-26 15:21:08 UTC (rev 21952)
@@ -272,7 +272,8 @@
 default_post_build() {
   debug_msg "default_post_build ($@)"
 
-  if [ $(wc -l $INSTALLWATCHFILE | awk '{print$1}') == "0" ]; then
+  if [ $(wc -l $INSTALLWATCHFILE | awk '{print$1}') == "0" ] &&
+      [ "$PROFILE" != "yes" ] ; then
     message "${PROBLEM_COLOR}WARNING: ${DEFAULT_COLOR}${FILE_COLOR}BUILD${DEFAULT_COLOR}${PROBLEM_COLOR} does not call prepare_install or installs zero files!${DEFAULT_COLOR}"
   fi
 



More information about the Lunar-commits mailing list