From 7a80f43f38f34c97e5c4e484146a3ac1e034da35 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Dec 2016 14:26:07 +0000 Subject: main/util-linux: fix circular dep of findmnt --- main/util-linux/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index e7203855ac..3f75880b99 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -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 } -- cgit v1.2.3