From 103e093fa463481f2b511060fb0f9df861c5282a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 1 Apr 2008 16:59:56 +0000 Subject: Remove references to ${O} in dyn_spec() since antarus made that variable mutable. (trunk r8444) svn path=/main/branches/2.1.2/; revision=9664 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') 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 -- cgit v1.2.3-1-g7c22