fuse/SOURCES/fuse-3.2.1-no-dev.patch

23 lines
714 B
Diff
Raw Normal View History

2022-05-10 07:20:15 +00:00
--- libfuse-fuse-3.3.0/util/install_helper.orig 2022-01-31 20:17:39.461137935 +0100
+++ libfuse-fuse-3.3.0/util/install_helper.sh 2022-01-31 20:18:46.093188655 +0100
@@ -22,18 +22,12 @@
DESTDIR="${DESTDIR%/}"
fi
2019-05-07 11:10:20 +00:00
2022-05-10 07:20:15 +00:00
-chown root:root "${DESTDIR}${bindir}/fusermount3"
+#chown root:root "${DESTDIR}${bindir}/fusermount3"
chmod u+s "${DESTDIR}${bindir}/fusermount3"
2019-05-07 11:10:20 +00:00
2022-05-10 07:20:15 +00:00
install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
"${DESTDIR}${sysconfdir}/fuse.conf"
-
2019-05-07 11:10:20 +00:00
-if test ! -e "${DESTDIR}/dev/fuse"; then
- mkdir -p "${DESTDIR}/dev"
- mknod "${DESTDIR}/dev/fuse" -m 0666 c 10 229
-fi
-
install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \
2022-05-10 07:20:15 +00:00
"${DESTDIR}${udevrulesdir}/99-fuse3.rules"
2019-05-07 11:10:20 +00:00