]> git.pld-linux.org Git - packages/libfuse3.git/blobdiff - libfuse3-build.patch
up to 3.6.2
[packages/libfuse3.git] / libfuse3-build.patch
index 2c0ee54cd00456e44eb4e4ba725fff6162363ef1..e68c45761381fab738d4e9327cb1b840a0a16eb2 100644 (file)
@@ -1,33 +1,17 @@
---- fuse-3.2.6/util/install_helper.sh.orig     2018-08-31 19:12:16.706833727 +0200
-+++ fuse-3.2.6/util/install_helper.sh  2018-08-31 19:14:32.389406619 +0200
-@@ -22,30 +22,12 @@
-     DESTDIR="${DESTDIR%/}"
- fi
--chown root:root "${DESTDIR}${bindir}/fusermount3"
--chmod u+s "${DESTDIR}${bindir}/fusermount3"
--
- install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
-       "${DESTDIR}${sysconfdir}/fuse.conf"
--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" \
-         "${DESTDIR}${udevrulesdir}/99-fuse3.rules"
+diff -urN fuse-3.6.2.orig/util/install_helper.sh fuse-3.6.2/util/install_helper.sh
+--- fuse-3.6.2.orig/util/install_helper.sh     2019-07-09 15:49:51.220446659 +0200
++++ fuse-3.6.2/util/install_helper.sh  2019-07-09 15:50:11.386996522 +0200
+@@ -41,13 +41,3 @@
  
  install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
-         "${DESTDIR}${sysconfdir}/init.d/fuse3"
+         "${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 ${sysconfdir}/init.d/fuse3 init script"
+-    echo "Make sure that your init system will start the ${DESTDIR}/etc/init.d/fuse3 init script"
 -fi
 -
 -
This page took 0.06034 seconds and 4 git commands to generate.