From 89ff6f1396a34dc9f0e0473ef7a6e22f4ccecba1 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Tue, 13 Mar 2007 09:48:02 +0000 Subject: [PATCH] Replaced external program which by bash-internal type -p. --- eclass/vdr-plugin.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 18957cbfd347..fbea83ae2ec7 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.42 2007/02/17 01:07:48 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.43 2007/03/13 09:48:02 zzam Exp $ # # Author: # Matthias Schwarzott @@ -356,7 +356,7 @@ vdr-plugin_src_install() { if [[ -f ${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then newins ${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN} else - if which md5sum >/dev/null 2>&1; then + if type -p md5sum >/dev/null 2>&1; then cd ${S} ( cd ${VDR_INCLUDE_DIR} -- 2.26.2