mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Sam James
parent
52380ca7d5
commit
222facac3a
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user