[Lunar-commits] <moonbase> zlib: fix syntax error

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sat Jun 23 11:41:57 CEST 2012


commit 609719a969e2ef062ebe4f577673fe276ee51f6a
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sat Jun 23 11:41:57 2012 +0200

    zlib: fix syntax error
---
 archive/zlib/BUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archive/zlib/BUILD b/archive/zlib/BUILD
index 69704c2..543ef3a 100644
--- a/archive/zlib/BUILD
+++ b/archive/zlib/BUILD
@@ -21,6 +21,6 @@
   if [ "`cd /usr/bin; pwd -P`" != "`cd /bin; pwd -P`" ]; then
     cp libz.a /usr/lib  &&
     rm /lib/libz.a
-  fi &&
+  fi
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list