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

Anatol Pomozov anatolik at archlinux.org
Thu Sep 14 17:21:15 UTC 2017


    Date: Thursday, September 14, 2017 @ 17:21:14
  Author: anatolik
Revision: 305559

upgpkg: fuse2 2.9.7-4

FS#55564 move mount.fuse to fuse-common and use both for fuse2 and fuse3 filesystems

Modified:
  fuse2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-14 17:21:00 UTC (rev 305558)
+++ PKGBUILD	2017-09-14 17:21:14 UTC (rev 305559)
@@ -5,7 +5,7 @@
 
 pkgname=fuse2
 pkgver=2.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -45,5 +45,5 @@
   rm -r ${pkgdir}/dev
 
   # part of fuse-common package
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
 }



More information about the arch-commits mailing list