diff options
author | 2007-02-17 00:24:06 +0000 | |
---|---|---|
committer | 2007-02-17 00:24:06 +0000 | |
commit | 67226e9e391bcaa8c25dbee38e3a1a8833e46788 (patch) | |
tree | 90171fb0c7df51e988d6267dcef65f19672f0cd6 /media-video/vdr/vdr-1.3.36-r3.ebuild | |
parent | Add fix from upstream #166933 by Dennis Schridde. (diff) | |
download | gentoo-2-67226e9e391bcaa8c25dbee38e3a1a8833e46788.tar.gz gentoo-2-67226e9e391bcaa8c25dbee38e3a1a8833e46788.tar.bz2 gentoo-2-67226e9e391bcaa8c25dbee38e3a1a8833e46788.zip |
No longer abuse ROOT, Bug #167285. Corrected wrong variable for key-check.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video/vdr/vdr-1.3.36-r3.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.3.36-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vdr/vdr-1.3.36-r3.ebuild b/media-video/vdr/vdr-1.3.36-r3.ebuild index 8a92bbe1f1ba..9a5624c57e4c 100644 --- a/media-video/vdr/vdr-1.3.36-r3.ebuild +++ b/media-video/vdr/vdr-1.3.36-r3.ebuild @@ -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/media-video/vdr/vdr-1.3.36-r3.ebuild,v 1.7 2007/01/05 17:21:12 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.3.36-r3.ebuild,v 1.8 2007/02/17 00:24:06 zzam Exp $ inherit eutils @@ -105,8 +105,8 @@ apply_vdr_patchset() { src_unpack() { unpack ${A} - if [[ -n "${VDR_LOCAL_PATCHSET}" && -d "${ROOT}/${VDR_LOCAL_PATCHSET}" ]]; then - PATCHSET_DIR="${ROOT}/${VDR_LOCAL_PATCHSET}" + if [[ -n "${VDR_LOCAL_PATCHSET}" && -d "${VDR_LOCAL_PATCHSET}" ]]; then + PATCHSET_DIR="${VDR_LOCAL_PATCHSET}" else PATCHSET_DIR=${WORKDIR}/${PATCHSET_NAME} fi |