[arch-commits] Commit in fuse3/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Apr 2 23:58:35 UTC 2018


    Date: Monday, April 2, 2018 @ 23:58:34
  Author: anatolik
Revision: 320870

upgpkg: fuse3 3.2.2-2

FS#58077: fuse3 should not include fuse.conf file

Modified:
  fuse3/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 23:34:34 UTC (rev 320869)
+++ PKGBUILD	2018-04-02 23:58:34 UTC (rev 320870)
@@ -6,7 +6,7 @@
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
@@ -63,6 +63,8 @@
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
   rm -r ${pkgdir}/etc/init.d
 
+  rm ${pkgdir}/etc/fuse.conf
+
   # static device nodes are handled by udev
   rm -r ${pkgdir}/dev
 



More information about the arch-commits mailing list