[Lunar-commits] r18252 - lunar/trunk/var/lib/lunar/functions
Auke Kok
sofar at lunar-linux.org
Mon Jan 23 03:46:09 UTC 2006
Author: sofar
Date: 2006-01-23 03:46:06 +0000 (Mon, 23 Jan 2006)
New Revision: 18252
Modified:
lunar/trunk/var/lib/lunar/functions/build.lunar
Log:
Typo fix.
Modified: lunar/trunk/var/lib/lunar/functions/build.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/build.lunar 2006-01-23 02:45:15 UTC (rev 18251)
+++ lunar/trunk/var/lib/lunar/functions/build.lunar 2006-01-23 03:46:06 UTC (rev 18252)
@@ -159,7 +159,7 @@
elif [ -e Makefile -o -e makefile ]; then
verbose_msg "Missing \"configure\": skipping configure stage."
else
- error_msg "${PROBLEM_COLOR}Missing ${FILE_COLOR}configure${PROBLEM_COLOR} and/or ${FILE_COLOR}Makefile${PROBLEM_COLOR}!${DEFAULT_COLOR}"
+ error_message "${PROBLEM_COLOR}Missing ${FILE_COLOR}configure${PROBLEM_COLOR} and/or ${FILE_COLOR}Makefile${PROBLEM_COLOR}!${DEFAULT_COLOR}"
return 1
fi
}
More information about the Lunar-commits
mailing list