mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user