]> git.pld-linux.org Git - packages/libfuse.git/blob - kernel-misc-fuse-Makefile.am.patch
- don't use %{without ...}
[packages/libfuse.git] / kernel-misc-fuse-Makefile.am.patch
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  ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
5  ulockmgr_server_LDFLAGS = -pthread
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 init_script
17  
18  MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
This page took 0.070177 seconds and 3 git commands to generate.