New commits:
commit fb53a259a0efa3b0dc6d5f594e418402489c4759
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
binutils: install libiberty.h (some code wants to use it, LFS recommends
installing, too)
diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index 364f4f0..78f80ea 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,6 @@
+2012-01-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: install libiberty.h
+
2011-11-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.22
diff --git a/devel/binutils/INSTALL b/devel/binutils/INSTALL
index fe69cc0..b805f67 100755
--- a/devel/binutils/INSTALL
+++ b/devel/binutils/INSTALL
@@ -1,3 +1,5 @@
make_single &&
-make DESTDIR=${INSTALL_ROOT} install &&
+make DESTDIR="$INSTALL_ROOT" install &&
+# other apps want to use the lib
+cp -v ../include/libiberty.h "$INSTALL_ROOT/usr/include" &&
make_normal
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (55f6b36ddfc9129c941f43ccaf030021ca4052c9),
Thomas Orgis, 01/20/2012