Upstream issue #5719 was fixed.
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -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
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user