]> git.pld-linux.org Git - packages/libfuse3.git/blame_incremental - libfuse3-build.patch
up to 3.6.2
[packages/libfuse3.git] / libfuse3-build.patch
... / ...
CommitLineData
1diff -urN fuse-3.6.2.orig/util/install_helper.sh fuse-3.6.2/util/install_helper.sh
2--- fuse-3.6.2.orig/util/install_helper.sh 2019-07-09 15:49:51.220446659 +0200
3+++ fuse-3.6.2/util/install_helper.sh 2019-07-09 15:50:11.386996522 +0200
4@@ -41,13 +41,3 @@
5
6 install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
7 "${DESTDIR}/etc/init.d/fuse3"
8-
9-
10-if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then
11- /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true
12-else
13- echo "== FURTHER ACTION REQUIRED =="
14- echo "Make sure that your init system will start the ${DESTDIR}/etc/init.d/fuse3 init script"
15-fi
16-
17-
This page took 0.091941 seconds and 4 git commands to generate.