New commits:
commit ac7e58ce2c4974a1c68efef8e65452f79422bca2
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
- if [ $INCLUDE_CALLBACK=="y" ] ; then
+ if [ $INCLUDE_CALLBACK == "y" ] ; then
cd callback/ &&
make &&
cd ../
fi &&
- if [ $INCLUDE_DIALOG=="y" ] ; then
+ if [ $INCLUDE_DIALOG == "y" ] ; then
cd frontends/dialog/ &&
make &&
cd ../../
fi &&
- if [ $INCLUDE_VIEWFAX=="y" ] ; then
+ if [ $INCLUDE_VIEWFAX == "y" ] ; then
cd frontends/X11/viewfax*/ &&
xmkmf &&
make &&
@@ -24,12 +24,12 @@
cd ../../../
fi &&
- if [ $INCLUDE_TOOLS=="y" ] ; then
+ if [ $INCLUDE_TOOLS == "y" ] ; then
cd tools/ &&
make &&
cd ../
fi &&
- if [ $INCLUDE_VGETTY=="y" ] ; then
+ if [ $INCLUDE_VGETTY == "y" ] ; then
make vgetty
fi
diff --git a/printer/mgetty/HISTORY b/printer/mgetty/HISTORY
index c5400ae..f9ffd45 100644
--- a/printer/mgetty/HISTORY
+++ b/printer/mgetty/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Errors in conditionals
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
[SM-Commit] GIT changes to master grimoire by George Sherwood (ac7e58ce2c4974a1c68efef8e65452f79422bca2),
George Sherwood, 11/21/2008