]> git.pld-linux.org Git - packages/libfuse3.git/blob - kernel-misc-fuse-Makefile.am.patch
- initial (fuse.conf common between libfuse and libfuse3)
[packages/libfuse3.git] / kernel-misc-fuse-Makefile.am.patch
1 --- fuse-3.1.1/util/Makefile.am~        2017-08-13 10:11:40.000000000 +0200
2 +++ fuse-3.1.1/util/Makefile.am 2017-08-13 10:12:53.514733029 +0200
3 @@ -15,14 +15,6 @@ mount_util.c: $(top_srcdir)/lib/mount_ut
4  
5  mount_fuse3_SOURCES = mount.fuse.c
6  
7 -install-exec-hook:
8 -       -chmod u+s $(DESTDIR)$(bindir)/fusermount3
9 -       @if test ! -e $(DESTDIR)/dev/fuse; then \
10 -               $(MKDIR_P) $(DESTDIR)/dev; \
11 -               echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
12 -               mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
13 -       fi
14 -
15  EXTRA_DIST = udev.rules init_script meson.build install_helper.sh
16  
17  MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
18 @@ -34,10 +26,6 @@ install-exec-local:
19         $(INSTALL_PROGRAM) $(builddir)/mount.fuse3 $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse3
20         $(MKDIR_P) $(DESTDIR)$(INIT_D_PATH)
21         $(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse3
22 -       @if test -x /usr/sbin/update-rc.d; then \
23 -               echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \
24 -               /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \
25 -       fi
26  
27  install-data-local:
28         $(MKDIR_P) $(DESTDIR)$(UDEV_RULES_PATH)
This page took 0.046105 seconds and 3 git commands to generate.