app-shells/zsh-autocomplete: delete line to remove .git

Closes: https://bugs.gentoo.org/921627
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-01-09 15:08:06 +00:00
parent af47feee34
commit a2dac9ade8

View File

@@ -27,8 +27,6 @@ at the end of your ~/.zshrc"
src_install() {
# Move repo/tarball folder to zsh "plugin folder"
# Remove .git in 9999 (update using portage)
[[ ${PV} == 9999 ]] && rm -r "${S}/.git" ||die
mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"