Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
fuse3
fuse-install-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fuse-install-fix.patch of Package fuse3
Index: fuse-3.10.5/util/install_helper.sh =================================================================== --- fuse-3.10.5.orig/util/install_helper.sh +++ fuse-3.10.5/util/install_helper.sh @@ -24,30 +24,6 @@ else fi install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \ - "${DESTDIR}${sysconfdir}/fuse.conf" - -if $useroot; then - chown root:root "${DESTDIR}${bindir}/fusermount3" - chmod u+s "${DESTDIR}${bindir}/fusermount3" - - if test ! -e "${DESTDIR}/dev/fuse"; then - mkdir -p "${DESTDIR}/dev" - mknod "${DESTDIR}/dev/fuse" -m 0666 c 10 229 - fi -fi - -install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \ - "${DESTDIR}${udevrulesdir}/99-fuse3.rules" - -install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \ - "${DESTDIR}/etc/init.d/fuse3" - - -if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then - /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true -else - echo "== FURTHER ACTION REQUIRED ==" - echo "Make sure that your init system will start the ${DESTDIR}/etc/init.d/fuse3 init script" -fi + "${DESTDIR}${sysconfdir}/fuse3.conf" Index: fuse-3.10.5/util/meson.build =================================================================== --- fuse-3.10.5.orig/util/meson.build +++ fuse-3.10.5/util/meson.build @@ -1,4 +1,4 @@ -fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse.conf') +fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse3.conf') executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'], include_directories: include_dirs,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor