]> git.pld-linux.org Git - packages/libfuse.git/blame - kernel-misc-fuse-Makefile.am.patch
- fix installing (no chown, no chmod, no mknod)
[packages/libfuse.git] / kernel-misc-fuse-Makefile.am.patch
CommitLineData
fe821dff 1--- fuse-2.5.1/util/Makefile.am.orig 2006-01-25 20:16:51.557593000 +0100
2+++ fuse-2.5.1/util/Makefile.am 2006-01-25 20:17:00.537593000 +0100
3@@ -4,15 +4,6 @@
4
5 fusermount_SOURCES = fusermount.c
6
7-install-exec-hook:
8- -chown root $(DESTDIR)$(bindir)/fusermount
9- -chmod u+s $(DESTDIR)$(bindir)/fusermount
10- @if test ! -e $(DESTDIR)/dev/fuse; then \
11- $(mkdir_p) $(DESTDIR)/dev; \
12- echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229"; \
13- mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229; \
14- fi
15-
16 EXTRA_DIST = mount.fuse udev.rules
17
18 MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
This page took 0.029592 seconds and 4 git commands to generate.