[Lunar-commits] <moonbase> cups: Forgot a &&.

Terry Chan tchan at lunar-linux.org
Fri Mar 28 01:52:06 CET 2008


commit 9be71cef386f2c7025a3192890b576d27267fff3
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Thu Mar 27 19:52:06 2008 -0500

    cups: Forgot a &&.
---
 printer/cups/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/printer/cups/BUILD b/printer/cups/BUILD
index ce2f8f0..acead77 100644
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -2,7 +2,7 @@
 
   default_config &&
   sedit "s:-Os -g -fstack-protector::" Makedefs &&
-  default_make
+  default_make &&
 
   if [ -e /etc/init.d/cups ] ; then
     rm -f /etc/init.d/cups


More information about the Lunar-commits mailing list