aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/nfs-utils/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/nfs-utils/APKBUILD b/main/nfs-utils/APKBUILD
index 1612f7d3718..a80d9628109 100644
--- a/main/nfs-utils/APKBUILD
+++ b/main/nfs-utils/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nfs-utils
pkgver=2.6.1
-pkgrel=0
+pkgrel=1
pkgdesc="kernel-mode NFS"
url="https://linux-nfs.org/"
arch="all"
@@ -90,8 +90,7 @@ doc() {
rpcgen() {
pkgdesc="Remote Procedure Call (RPC) protocol compiler"
- install -Dm755 "$builddir"/tools/rpcgen/rpcgen \
- "$subpkgdir"/usr/bin/rpcgen
+ amove usr/bin/rpcgen
}
libnfsidmap() {