diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-23 15:09:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-23 15:09:16 +0000 |
commit | 4bb30e08f69c4db4aa5e1b1565258da43a3aca02 (patch) | |
tree | 3ab3ff4cd766d455d2ba1b6b507163cac80a6e8c /binutils/binutils_2.15.91.0.2.oe | |
parent | 37cf85cdd632e68750e1b088d3bd0e04c859a3a7 (diff) |
apply patch from seb@frankengul.org to add missing "install -d"
BKrev: 4152e71cAuk0XvCcNY6PII7_we3ADA
Diffstat (limited to 'binutils/binutils_2.15.91.0.2.oe')
-rw-r--r-- | binutils/binutils_2.15.91.0.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/binutils_2.15.91.0.2.oe b/binutils/binutils_2.15.91.0.2.oe index 94e00045a3..9d66059c0a 100644 --- a/binutils/binutils_2.15.91.0.2.oe +++ b/binutils/binutils_2.15.91.0.2.oe @@ -101,6 +101,7 @@ do_install () { rm -rf ${D}/${libdir}/ldscripts # Install the libiberty header + install -d ${D}/${includedir} install -m 644 ${S}/include/ansidecl.h ${D}/${includedir} install -m 644 ${S}/include/libiberty.h ${D}/${includedir} |