projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4716c
)
tell rpmbuild to clean it's working files after completion, bug #97776
author
Marius Mauch
<genone@gentoo.org>
Mon, 3 Mar 2008 22:17:43 +0000
(22:17 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Mon, 3 Mar 2008 22:17:43 +0000
(22:17 -0000)
svn path=/main/trunk/; revision=9428
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 3ccb7e7b02c8504f96950a67a34446f97712e22b..6dbb75e09907c36d815a3476752d6c2cccf9827f 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-623,7
+623,7
@@
dyn_rpm() {
addwrite /usr/src/rpm
addwrite "${RPMDIR}"
dyn_spec
- rpmbuild -bb "${PF}.spec" || die "Failed to integrate rpm spec file"
+ rpmbuild -bb
--clean --rmsource
"${PF}.spec" || die "Failed to integrate rpm spec file"
install -D "/usr/src/rpm/RPMS/i386/${PN}-${PV}-${PR}.i386.rpm" \
"${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || \
die "Failed to move rpm"