[Lunar-commits] <moonbase-core> binutils: add missing ampersands in BUILD

v4hn me at v4hn.de
Wed Nov 21 23:55:09 CET 2012


commit 062e97dea62e7cea25ae0753e36af23ac82ae74c
Author: v4hn <me at v4hn.de>
Date: Wed, 21 Nov 2012 14:55:09 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/062e97dea62e7cea25ae0753e36af23ac82ae74c

binutils: add missing ampersands in BUILD

This reveals a larger bug in binutils over here.
Actually the binutils build seems to be broken for some time!

This needs proper fixing soon!
---
  devel/binutils/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -8,7 +8,7 @@
   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




More information about the Lunar-commits mailing list