diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-06-08 09:55:58 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 17:30:23 +0100 |
commit | 206db545c43c482b6f7c8318e850ae2ac5ba28d9 (patch) | |
tree | fc26b36713d00952a979479612503032e9e0a249 /dev-embedded/libftd2xx | |
parent | dev-db/pgtap: fix unquoted variable ED (diff) | |
download | gentoo-206db545c43c482b6f7c8318e850ae2ac5ba28d9.tar.gz gentoo-206db545c43c482b6f7c8318e850ae2ac5ba28d9.tar.bz2 gentoo-206db545c43c482b6f7c8318e850ae2ac5ba28d9.zip |
dev-embedded/libftd2xx: fix unquoted variable ED
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/libftd2xx')
-rw-r--r-- | dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild index 3fd89c0f77cc..84c41eeda6d5 100644 --- a/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild +++ b/dev-embedded/libftd2xx/libftd2xx-1.4.8.ebuild @@ -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 @@ -31,7 +31,7 @@ src_install() { doins "${S}"/release/ftd2xx.h "${S}"/release/WinTypes.h dodir /etc/env.d - echo "LDPATH=\"/opt/$(get_libdir)\"" > ${ED}/etc/env.d/50libftd2xx || die + echo "LDPATH=\"/opt/$(get_libdir)\"" > "${ED}"/etc/env.d/50libftd2xx || die if use examples ; then docinto sample |