projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a39f6
)
Remove references to ${O} in dyn_spec() since antarus
author
Zac Medico
<zmedico@gentoo.org>
Tue, 6 Nov 2007 08:58:08 +0000
(08:58 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 6 Nov 2007 08:58:08 +0000
(08:58 -0000)
made that variable mutable.
svn path=/main/trunk/; revision=8444
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 48611fabd28f493886d7bc5f55772b3ac64f503d..7e36f4d22e30974d5c368938fe398058d2dff103 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-534,7
+534,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