shellcheck: fix SC2001

Signed-off-by: Anton Fischl <github@fischl-online.de>
This commit is contained in:
Anton Fischl 2022-04-15 16:00:44 +02:00
parent 620fa8c79e
commit 1e0e779d35
Signed by: anton
GPG Key ID: 87E4939135F3A567
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ src_install() {
dobin bin/[r-z]*
cd "${D}/usr/bin" || die
for i in vicfg-*;do
ln -s "$i" "$(echo "$i"|sed "s/vicfg-/esxcfg-/")"
ln -s "$i" "${i//vicfg-/esxcfg-}"
done
keepdir "/usr/share/doc/${PF}/"
mv "${D}/usr/doc/"* "${D}/usr/share/doc/${PF}/"