]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Don't install udev hook - it's confusing with bcachefs
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 28 Aug 2015 17:04:02 +0000 (09:04 -0800)
committerKent Overstreet <kent.overstreet@gmail.com>
Fri, 28 Aug 2015 17:04:02 +0000 (09:04 -0800)
Makefile

index 696d355597bbc9f1d30ce0b4dc14037f15baa378..a29466723202a1c9683feaf00e2d0b4fdf63e61c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ all: bcacheadm probe-bcache
 
 install: bcacheadm probe-bcache
        $(INSTALL) -m0755 bcacheadm $(DESTDIR)${PREFIX}/sbin/
-       $(INSTALL) -m0755 probe-bcache bcache-register          $(DESTDIR)$(UDEVLIBDIR)/
-       $(INSTALL) -m0644 69-bcache.rules       $(DESTDIR)$(UDEVLIBDIR)/rules.d/
+       #$(INSTALL) -m0755 probe-bcache bcache-register         $(DESTDIR)$(UDEVLIBDIR)/
+       #$(INSTALL) -m0644 69-bcache.rules      $(DESTDIR)$(UDEVLIBDIR)/rules.d/
        #-$(INSTALL) -T -m0755 initramfs/hook   $(DESTDIR)/usr/share/initramfs-tools/hooks/bcache
        if [ -d $(DESTDIR)$(DRACUTLIBDIR)/modules.d ]; then\
                $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh; \