From e3abac7b7549175799cce85e90fe39ba7d03d2ff Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 8 Mar 2021 09:59:00 +0100 Subject: [PATCH] nfs-utils: Add "mountpoint detection" patch Add patch: nfs-utils: Fix typo in mountpoint detection Fix typo in check_is_mountpoint which may be relevant to detect bind mounts. --- nfs-utils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-utils.be0 b/nfs-utils.be0 index 119022717..c5dbddc77 100755 --- a/nfs-utils.be0 +++ b/nfs-utils.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://sourceforge.net/projects/nfs/files/nfs-utils/${PKGVERSION}/nf ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-nfs-utils-Fix-typo-in-mountpoint-detection.patch) ############################################################################### ## Uncomment the next statement, if the software may not be able to be built