summaryrefslogtreecommitdiffstats
path: root/disk/fuse/init.patch
blob: 5f3b3b207882618791fa334e1d56a31a9f0594c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- util/Makefile.in.orig	2010-09-28 13:23:54.000000000 +0400
+++ util/Makefile.in	2011-05-14 22:35:20.612452475 +0400
@@ -593,8 +593,6 @@
 install-exec-local:
 	$(mkdir_p) $(DESTDIR)$(MOUNT_FUSE_PATH)
 	$(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
-	$(mkdir_p) $(DESTDIR)$(INIT_D_PATH)
-	$(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse
 	@if test -x /usr/sbin/update-rc.d; then \
 		echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \
 		/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \