mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/fuse2 to 2.9.9-2
This commit is contained in:
parent
673f5004d6
commit
47b664ac3a
1 changed files with 1 additions and 7 deletions
|
@ -7,7 +7,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=('i686' 'x86_64')
|
||||
url='https://github.com/libfuse/libfuse'
|
||||
|
@ -48,12 +48,6 @@ package() {
|
|||
# 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue