Date: Saturday, March 25, 2023 @ 23:13:10
  Author: eworm
Revision: 472033

upgpkg: attr 2.5.1-3: remove the nfs entries from /etc/xattr.conf (FS#77970)

Modified:
  attr/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-25 23:09:07 UTC (rev 472032)
+++ PKGBUILD    2023-03-25 23:13:10 UTC (rev 472033)
@@ -2,7 +2,7 @@
 
 pkgname=attr
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Extended attribute support library for ACL support'
 arch=('x86_64')
 url='https://savannah.nongnu.org/projects/attr'
@@ -20,6 +20,12 @@
 sha256sums=('db448a626f9313a1a970d636767316a8da32aede70518b8050fa0de7947adc32'
             'SKIP')
 
+prepare() {
+  # remove the nfs entries from /etc/xattr.conf
+  # http://lists.gnu.org/archive/html/bug-coreutils/2019-03/msg00008.html
+  sed -i '/nfs/d' $pkgname-$pkgver/xattr.conf
+}
+
 build() {
   cd $pkgname-$pkgver
 

Reply via email to