aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Fokkens <rolf@rolffokkens.nl>2013-10-06 22:45:41 +0200
committerGabriel <g2p.code@gmail.com>2013-10-07 12:57:38 +0200
commit649425369845c51df117420e3c55457b9e4660b2 (patch)
tree0beb71744f549f6e9436f9e3d971deea9bdf1179
parent7703224daa1c5b75c5a104b7db2d7fdcd3816cdf (diff)
downloadbcache-tools-649425369845c51df117420e3c55457b9e4660b2.tar.gz
Add DRACUTLIBDIR to Makefile
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 825e86f7..f7bc5a83 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PREFIX=/usr
UDEVLIBDIR=/lib/udev
+DRACUTLIBDIR=/lib/dracut
CFLAGS+=-O2 -Wall -g
all: make-bcache probe-bcache bcache-super-show
@@ -10,8 +11,8 @@ install: make-bcache probe-bcache bcache-super-show
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)/lib/dracut/modules.d ]; \
- then install -D -m0755 dracut/module-setup.sh $(DESTDIR)/lib/dracut/modules.d/90bcache/module-setup.sh; \
+ if [ -d $(DESTDIR)$(DRACUTLIBDIR)/modules.d ]; \
+ then install -D -m0755 dracut/module-setup.sh $(DESTDIR)$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh; \
fi
install -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8/
# install -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/