projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ef1ef
)
prepstrip: avoid rm warning about cwd
author
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Jul 2012 21:29:20 +0000
(14:29 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Jul 2012 21:29:20 +0000
(14:29 -0700)
bin/ebuild-helpers/prepstrip
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/prepstrip
b/bin/ebuild-helpers/prepstrip
index 85d5d6a866756b7bf33f82312b6b3b9204596c43..fe5c1bc3213fd67e6dda84b6be07be5797e270c3 100755
(executable)
--- a/
bin/ebuild-helpers/prepstrip
+++ b/
bin/ebuild-helpers/prepstrip
@@
-318,4
+318,5
@@
then
done < <(find "${D}${prepstrip_sources_dir}/" -type d -empty -print0)
fi
+cd "${T}"
rm -rf "${tmpdir}"