Upstream issue #5719 was fixed.

This commit is contained in:
SanskritFritz
2019-03-24 18:51:24 +01:00
parent 6ee39eeeb6
commit 2d479fc6e6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use. pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 3.0.2.r546.ge11c3f352 pkgver = 3.0.2.r711.g77e71cfcb
pkgrel = 1 pkgrel = 1
epoch = 2 epoch = 2
url = http://fishshell.com url = http://fishshell.com

View File

@@ -6,7 +6,7 @@
pkgname=fish-git pkgname=fish-git
_gitname="fish-shell" _gitname="fish-shell"
pkgver=3.0.2.r546.ge11c3f352 pkgver=3.0.2.r711.g77e71cfcb
pkgrel=1 pkgrel=1
epoch=2 epoch=2
pkgdesc="User friendly shell intended mostly for interactive use." pkgdesc="User friendly shell intended mostly for interactive use."
@@ -43,6 +43,6 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
# https://github.com/fish-shell/fish-shell/issues/5719 # https://github.com/fish-shell/fish-shell/issues/5719
mv "$pkgdir/usr/local/share/fish/"* "$pkgdir/usr/share/fish" # mv "$pkgdir/usr/local/share/fish/"* "$pkgdir/usr/share/fish"
rmdir "$pkgdir/usr/local/share/fish" "$pkgdir/usr/local/share" "$pkgdir/usr/local" # rmdir "$pkgdir/usr/local/share/fish" "$pkgdir/usr/local/share" "$pkgdir/usr/local"
} }