Files
pkgsrc-ng/filesystems/fuse/patches/patch-aa
2013-09-26 17:14:40 +02:00

17 lines
695 B
Plaintext

$NetBSD: patch-aa,v 1.2 2010/08/25 08:02:21 manu Exp $
mount.fuse is a script, not a binary
--- util/Makefile.in.orig 2010-08-24 10:08:52.000000000 +0200
+++ util/Makefile.in 2010-08-24 10:08:59.000000000 +0200
@@ -591,9 +591,9 @@
fi
install-exec-local:
$(mkdir_p) $(DESTDIR)$(MOUNT_FUSE_PATH)
- $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
+ $(INSTALL_SCRIPT) $(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"; \