summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-09-14 11:38:01 +0000
committerRoy Marples <uberlord@gentoo.org>2007-09-14 11:38:01 +0000
commit34120beeeb8d25855a71cf826535715c84bd5f04 (patch)
treee3f0c4080ee98526241d2684f1dbb5cfaf748657 /eclass
parentAdd ELT patches so that old install-sh files stand a better chance of working... (diff)
downloadgentoo-2-34120beeeb8d25855a71cf826535715c84bd5f04.tar.gz
gentoo-2-34120beeeb8d25855a71cf826535715c84bd5f04.tar.bz2
gentoo-2-34120beeeb8d25855a71cf826535715c84bd5f04.zip
Apply install-sh patches
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libtool.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index e094b3777564..8ff467e7d5db 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.77 2007/09/14 06:49:45 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.78 2007/09/14 11:38:01 uberlord Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -122,7 +122,7 @@ elibtoolize() {
local do_uclibc="yes"
local deptoremove=
local my_dirlist=
- local elt_patches="ltmain portage relink max_cmd_len sed test tmp"
+ local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp"
local start_dir=${PWD}
my_dirlist=$(ELT_find_ltmain_sh)
@@ -261,6 +261,10 @@ elibtoolize() {
ret=$?
fi
;;
+ "install-sh")
+ ELT_walk_patches "${x}/install-sh" "${y}"
+ ret=$?
+ ;;
*)
ELT_walk_patches "${x}/ltmain.sh" "${y}"
ret=$?