mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 08:06:25 +02:00
main/fish: fix deps on tools()
This commit is contained in:
parent
37e7188bb6
commit
6a808fe600
@ -2,7 +2,7 @@
|
||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=fish
|
||||
pkgver=3.0.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Modern interactive commandline shell"
|
||||
url="http://www.fishshell.com"
|
||||
arch="all"
|
||||
@ -68,7 +68,7 @@ doc() {
|
||||
|
||||
tools() {
|
||||
pkgdesc="$pkgdesc (tools)"
|
||||
depends="$pkgname python man-db"
|
||||
depends="$pkgname python cmd:man"
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/share/$pkgname
|
||||
mv "$pkgdir"/usr/share/$pkgname/tools "$subpkgdir"/usr/share/$pkgname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user