]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- allow build with dpkg installed
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Nov 2006 00:25:43 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-misc-fuse-Makefile.am.patch -> 1.3

kernel-misc-fuse-Makefile.am.patch

index 2ed739c0309bc33148e38cd11382b4187ea1638d..c76e66e54f0c19ab72069e35f30836a24cb2c642 100644 (file)
@@ -1,6 +1,6 @@
---- fuse-2.5.1/util/Makefile.am.orig   2006-01-25 20:16:51.557593000 +0100
-+++ fuse-2.5.1/util/Makefile.am        2006-01-25 20:17:00.537593000 +0100
-@@ -4,15 +4,6 @@
+--- fuse-2.6.0/util/Makefile.am.orig   2006-10-07 18:43:50.000000000 +0200
++++ fuse-2.6.0/util/Makefile.am        2006-10-29 15:24:08.785365500 +0100
+@@ -9,15 +9,6 @@
  ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
  ulockmgr_server_LDFLAGS = -pthread
  
  EXTRA_DIST = mount.fuse udev.rules init_script
  
  MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
+@@ -20,10 +20,6 @@
+       $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
+       $(mkdir_p) $(DESTDIR)$(INIT_D_PATH)
+       $(INSTALL_PROGRAM) $(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 ."; \
+-              /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 .; \
+-      fi
+ install-data-local:
+       $(mkdir_p) $(DESTDIR)$(UDEV_RULES_PATH)
This page took 0.072326 seconds and 4 git commands to generate.