summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-08-14 14:47:21 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-08-14 14:47:21 +0000
commit13a0e7399039dae633d758e4a0752d9c377fc0f7 (patch)
treedd4ce16b4ffdaa47210ea175361c21baef830ebd /eclass
parentBump and remove old. (diff)
downloadgentoo-2-13a0e7399039dae633d758e4a0752d9c377fc0f7.tar.gz
gentoo-2-13a0e7399039dae633d758e4a0752d9c377fc0f7.tar.bz2
gentoo-2-13a0e7399039dae633d758e4a0752d9c377fc0f7.zip
Copy correct file after modification of current directory
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 0a1464bf2a04..317f788e638a 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.46 2007/08/14 12:50:16 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.47 2007/08/14 14:47:21 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -328,7 +328,7 @@ vdr-plugin_src_install() {
if [[ -n ${VDR_MAINTAINER_MODE} ]]; then
local mname=${P}-Makefile
- cp Makefile ${mname}.patched
+ cp "${S}"/Makefile ${mname}.patched
cp Makefile.before ${mname}.before
diff -u ${mname}.before ${mname}.patched > ${mname}.diff