diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 11:57:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 12:13:09 +0100 |
commit | 64d1c7750d1ca3a32502781543cd458028d13fd3 (patch) | |
tree | 15a76547edd49ebeb579237d92b91e0d55bd45ab /sys-apps/nvme-cli | |
parent | sec-keys/openpgp-keys-voikko: fix UnquotedVariable (diff) | |
download | gentoo-64d1c7750d1ca3a32502781543cd458028d13fd3.tar.gz gentoo-64d1c7750d1ca3a32502781543cd458028d13fd3.tar.bz2 gentoo-64d1c7750d1ca3a32502781543cd458028d13fd3.zip |
sys-apps/nvme-cli: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/nvme-cli')
-rw-r--r-- | sys-apps/nvme-cli/nvme-cli-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/nvme-cli/nvme-cli-2.0.ebuild b/sys-apps/nvme-cli/nvme-cli-2.0.ebuild index 2805c11288da..33135e2e14ea 100644 --- a/sys-apps/nvme-cli/nvme-cli-2.0.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-2.0.ebuild @@ -28,7 +28,7 @@ src_configure() { local unitdir="$(systemd_get_systemunitdir)" local emesonargs=( -Dsystemddir=${unitdir%/system} - -Dudevrulesdir=${EPREFIX}$(get_udevdir) + -Dudevrulesdir="${EPREFIX}"$(get_udevdir) ) meson_src_configure } |