16 lines
633 B
Plaintext
16 lines
633 B
Plaintext
$NetBSD: patch-aa,v 1.3 2014/11/24 13:19:12 mef Exp $
|
|
|
|
mount.fuse is a script, not a binary
|
|
|
|
--- util/Makefile.in~ 2014-11-24 22:04:40.000000000 +0900
|
|
+++ util/Makefile.in 2014-11-24 22:05:24.000000000 +0900
|
|
@@ -684,7 +684,7 @@ install-exec-hook:
|
|
|
|
install-exec-local:
|
|
$(MKDIR_P) $(DESTDIR)$(MOUNT_FUSE_PATH)
|
|
- $(INSTALL_PROGRAM) $(builddir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
|
|
+ $(INSTALL_SCRIPT) $(builddir)/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 \
|