aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonçalo Negrier Duarte <gonegrier.duarte@gmail.com>2024-01-09 15:20:07 +0000
committerGonçalo Negrier Duarte <gonegrier.duarte@gmail.com>2024-01-18 18:10:09 +0000
commit64790d77adb21db9bc4a7c4e8e50950334529c0b (patch)
treeedcffebf658638c81215075aa261b099b978e6b1 /app-shells
parentdev-python/templated-dictionary: drop 1.2 (diff)
downloadguru-64790d77adb21db9bc4a7c4e8e50950334529c0b.tar.gz
guru-64790d77adb21db9bc4a7c4e8e50950334529c0b.tar.bz2
guru-64790d77adb21db9bc4a7c4e8e50950334529c0b.zip
app-shells/zsh-autocomplete:fix line remove on commit a2dac9ade8f4de948819ec2f78b5ba13ad160ea0
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild2
-rw-r--r--app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild2
2 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
index 34b6f15a7..5ceec9aca 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
@@ -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}"
diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
index 42a4d5504..5ceec9aca 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
@@ -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}"