mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/fuse2 to 2.9.7-4
This commit is contained in:
parent
b029d62bc4
commit
637e582bf1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,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'
|
||||
|
@ -56,5 +56,5 @@ package() {
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue