[Lunar-commits] gtk+-2: BUILD didn't like the "patch_it $SOURCE2 0 &&".

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Jan 24 13:04:38 CET 2008


commit 024585e28f92837229bcc68ba9f46d8f29047472
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Jan 24 07:04:38 2008 -0500

    gtk+-2: BUILD didn't like the "patch_it $SOURCE2 0 &&".
---
 graphics/gtk+-2/BUILD |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index f981483..3db5dea 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -3,11 +3,12 @@
   if [ "$USE_XINPUT" == "y" ]; then
     # XInput support is needed for Wacom tablets to work in GIMP
      OPTS="$OPTS --with-xinput=yes --enable-debug=no"
-  fi
+  fi &&
+
   if [ "$FLASH_PATCH" == "y" ]; then
     # This patch is necessary so flash 9.0.48 works with qt browsers
-    patch_it $SOURCE2 0 &&
-  fi
+    patch_it $SOURCE2 0 
+  fi &&
 
   default_build
 


More information about the Lunar-commits mailing list