Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fuse/fuse2: update fuse 2.9.8 to fuse2 2.9.9
- rename be0
- disable mknod /dev/fuse
  • Loading branch information
wwwutz committed Apr 29, 2022
1 parent fa3bc8c commit 46632d0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 85 deletions.
85 changes: 0 additions & 85 deletions fuse.be0

This file was deleted.

33 changes: 33 additions & 0 deletions fuse2.be0
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION fuse2-2.9.9-2

# SRCURL[0]="https://github.com/libfuse/libfuse/releases/download/fuse-${PKGVERSION}/fuse-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8000410aadc9231fd48495f7642f3312/fuse-2.9.9.tar.gz"

PATCHURL+=("https://beehive.molgen.mpg.de/157246b215244ac11b249c3ee123de88/fuse-299-no-mknod.patch")

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
cd ${D} && rm -rvf etc/init.d
}

0 comments on commit 46632d0

Please sign in to comment.