aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexey Solovyev <asoloviev@mail15.com>2012-08-17 17:32:52 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-17 17:32:52 -0700
commit1c5bda94674222d5ada06c74f5578ea99b7aaf2c (patch)
tree57edea35e562cce3861ee76c6c77da1d1c710bd7 /misc
parentemerge-delta-webrsync: call portageq for config (diff)
downloadportage-1c5bda94674222d5ada06c74f5578ea99b7aaf2c.tar.gz
portage-1c5bda94674222d5ada06c74f5578ea99b7aaf2c.tar.bz2
portage-1c5bda94674222d5ada06c74f5578ea99b7aaf2c.zip
emerge-delta-webrsync: remove umd5sum
This will fix bug #189084.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/emerge-delta-webrsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 729188b4b..5df965835 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -515,7 +515,7 @@ if [[ -z $KEEP_OLDIES ]]; then
echo "cleansing"
for x in $potentials; do
echo "removing ${x}"
- rm "${DISTDIR}/${x}" "${DISTDIR}/${x}.md5sum" &> /dev/null
+ rm "${DISTDIR}/${x}" "${DISTDIR}/${x}.md5sum" "${DISTDIR}/${x}.umd5sum" &> /dev/null
rm "${STATE_DIR}/${x}" "${STATE_DIR}/${x}.md5sum" "${STATE_DIR}/${x}.umd5sum" &> /dev/null
done
fi