summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2018-10-21 19:08:38 +0200
committerSefa Eyeoglu2018-10-21 19:08:38 +0200
commit3614f6b18492969c6af557123f81c186a10e33ee (patch)
tree89e2a08d7734206575445560439043a11e06442b /PKGBUILD
parent3f9b88ed0bb0c001f50e411b93cbd474e1f1e4ff (diff)
downloadaur-3614f6b18492969c6af557123f81c186a10e33ee.tar.gz
Changed installation path from /usr/share/fish/functions/fisher.fish to /usr/share/fish/vendor_functions.d/fisher.fish
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e359f85266fc..b08cb357251c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Maslowski <info@orangecms.org>
pkgname=fisher-git
-pkgver=3.1.0.r0.gddf7334
+pkgver=3.1.1.r0.ge9925f4
pkgrel=1
pkgdesc="A blazing fast, modern plugin manager for fish"
arch=("any")
@@ -29,7 +29,7 @@ package() {
fishpath="${sharepath}/fish"
# install Fisherman into the global fish directory
cd "fisher"
- install -Dm 644 fisher.fish "${fishpath}/functions/fisher.fish"
+ install -Dm 644 fisher.fish "${fishpath}/vendor_functions.d/fisher.fish"
# README and LICENSE
install -Dm 644 LICENSE.md "${sharepath}/licenses/${pkgname}/LICENSE.md"
install -Dm 644 README.md "${sharepath}/doc/${pkgname}/README"