From: Zac Medico Date: Tue, 1 Apr 2008 16:59:56 +0000 (-0000) Subject: Remove references to ${O} in dyn_spec() since antarus X-Git-Tag: v2.1.5~265 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=103e093fa463481f2b511060fb0f9df861c5282a;p=portage.git Remove references to ${O} in dyn_spec() since antarus made that variable mutable. (trunk r8444) svn path=/main/branches/2.1.2/; revision=9664 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index c8347afc8..b326cdd16 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -573,7 +573,7 @@ dyn_package() { dyn_spec() { tar czf "/usr/src/rpm/SOURCES/${PF}.tar.gz" \ - "${O}/${PF}.ebuild" "${O}/files" || \ + "${EBUILD}" "${FILESDIR}" || \ die "Failed to create base rpm tarball." cat <<__END1__ > ${PF}.spec