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

Anatol Pomozov anatolik at archlinux.org
Mon Sep 16 00:03:05 UTC 2019


    Date: Monday, September 16, 2019 @ 00:02:59
  Author: anatolik
Revision: 362927

upgpkg: fuse2 2.9.9-2

FS#61261: put version-specific mount binaries back to fuse2/fuse3

Modified:
  fuse2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 22:28:47 UTC (rev 362926)
+++ PKGBUILD	2019-09-16 00:02:59 UTC (rev 362927)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -37,12 +37,6 @@
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
   rm -r ${pkgdir}/etc/init.d
 
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
   # static device nodes are handled by udev
   rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
 }



More information about the arch-commits mailing list