app-cdr/dvdisaster: fix unquoted variable ED

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2022-06-08 09:41:22 +02:00
committed by Sam James
parent 52380ca7d5
commit 222facac3a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -78,5 +78,5 @@ src_install() {
${dest}/man/${dvdi_lang/-/_} || die
done
rm ${ED}/usr/bin/*-uninstall.sh || die
rm "${ED}"/usr/bin/*-uninstall.sh || die
}