summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-06-08 22:09:10 +0200
committerSam James <sam@gentoo.org>2022-06-16 17:30:38 +0100
commit8826f1e7a1e19858bb6d9e754e508e42a9d311ce (patch)
treef80e70a2e7cbf5c269ecca9ddb4c1f4f0ec6df97 /media-video/vdr/vdr-2.4.7-r1.ebuild
parentmedia-sound/mixxx: fix unquoted variable DISTDIR (diff)
downloadgentoo-8826f1e7a1e19858bb6d9e754e508e42a9d311ce.tar.gz
gentoo-8826f1e7a1e19858bb6d9e754e508e42a9d311ce.tar.bz2
gentoo-8826f1e7a1e19858bb6d9e754e508e42a9d311ce.zip
media-video/vdr: fix unquoted variables
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/vdr/vdr-2.4.7-r1.ebuild')
-rw-r--r--media-video/vdr/vdr-2.4.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-2.4.7-r1.ebuild b/media-video/vdr/vdr-2.4.7-r1.ebuild
index 0e8eed4d4ee5..992581e9e7e2 100644
--- a/media-video/vdr/vdr-2.4.7-r1.ebuild
+++ b/media-video/vdr/vdr-2.4.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -65,7 +65,7 @@ add_cap() {
}
lang_po() {
- LING_PO=$( ls ${S}/po | sed -e "s:.po::g" | cut -d_ -f1 | tr \\\012 ' ' )
+ LING_PO=$( ls "${S}"/po | sed -e "s:.po::g" | cut -d_ -f1 | tr \\\012 ' ' )
}
src_configure() {