main/util-linux: fix circular dep of findmnt

This commit is contained in:
Natanael Copa 2016-12-21 14:26:07 +00:00
parent 013d91193b
commit 7a80f43f38

View File

@ -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
}