[Lunar-commits] <moonbase-core> binutils: Small && fix in BUILD.x86_64

Stefan Wold ratler at lunar-linux.org
Tue Mar 12 17:21:51 CET 2013


commit 3dbfe7d1642a055e2603ba17836b3aa44cbcc791
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 12 Mar 2013 09:21:51 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/3dbfe7d1642a055e2603ba17836b3aa44cbcc791

binutils: Small && fix in BUILD.x86_64
---
  devel/binutils/BUILD.x86_64 | +4/-2     
  1 file changed, 4 insertions(+), 2 deletions(-)

--- a/devel/binutils/BUILD.x86_64
+++ b/devel/binutils/BUILD.x86_64
@@ -8,9 +8,11 @@
   make tooldir=/usr install   &&
   make tooldir=/usr install-info  &&
   mkdir -p $DOCUMENT_DIRECTORY/binutils  &&
-  cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
+  cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils &&
 
   # For some reason installwatch fail to pick up the ld hardlink, touching it solves that issue
-  [ -e /usr/bin/ld ] && touch /usr/bin/ld
+  if [ -e /usr/bin/ld ]; then 
+    touch /usr/bin/ld
+  fi
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list