mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
app-shells/zsh-autocomplete:fix line remove on commit a2dac9ade8f4de948819ec2f78b5ba13ad160ea0
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
parent
a4d046d353
commit
64790d77ad
@ -27,6 +27,8 @@ 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"
|
||||
mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
|
||||
mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
|
||||
|
||||
|
@ -28,7 +28,7 @@ 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
|
||||
[[ ${PV} == 9999 ]] && rm -r "${S}/.git"
|
||||
mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
|
||||
mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user