diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-07-10 13:15:45 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-07-10 13:15:45 -0700 |
commit | 4ab31da4f09c7d0cb323b16b5b4b607d652ffc48 (patch) | |
tree | d82689e1aba96564c0ac0c760802b6f65d530919 /misc | |
parent | emerge-delta-webrsync: rm empty file, bug #476416 (diff) | |
download | portage-4ab31da4f09c7d0cb323b16b5b4b607d652ffc48.tar.gz portage-4ab31da4f09c7d0cb323b16b5b4b607d652ffc48.tar.bz2 portage-4ab31da4f09c7d0cb323b16b5b4b607d652ffc48.zip |
emerge-delta-webrsync: cleanup deltas
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/emerge-delta-webrsync | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync index f7f82f817..9c27702e3 100755 --- a/misc/emerge-delta-webrsync +++ b/misc/emerge-delta-webrsync @@ -785,6 +785,10 @@ if [ -z "${need_last_sync}" ]; then sync_local "${dfile}" fi +for x in ${patches} ; do + rm -f "${DISTDIR}/${x}"{,.md5sum} +done + if [[ -z $KEEP_OLDIES ]]; then echo "cleansing" for x in $potentials; do |