projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7196f2d
)
Remove references to ${O} in dyn_spec() since antarus
author
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Apr 2008 16:59:56 +0000
(16:59 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Apr 2008 16:59:56 +0000
(16:59 -0000)
made that variable mutable. (trunk r8444)
svn path=/main/branches/2.1.2/; revision=9664
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index c8347afc8c4e46a634ac5e5c32f28a6d516e01bd..b326cdd165881914d127936f0f8d1659358206c0 100755
(executable)
--- 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