mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/util-linux: fix circular dep of findmnt
This commit is contained in:
parent
013d91193b
commit
7a80f43f38
@ -9,7 +9,7 @@ case $pkgver in
|
||||
*.*) _v=$pkgver;;
|
||||
esac
|
||||
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Random collection of Linux utilities"
|
||||
url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git"
|
||||
arch="all"
|
||||
@ -158,6 +158,7 @@ mcookie() {
|
||||
_findmnt() {
|
||||
pkgdesc="findmnt from util-linux"
|
||||
replaces=""
|
||||
depends=""
|
||||
mkdir -p "$subpkgdir"/bin
|
||||
mv "$pkgdir"/bin/findmnt "$subpkgdir"/bin
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user