X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=b9a9e6d5dbf12b40c625edfc855121b45bbe405e;hb=e35cf97a1ac5bf8e72e6199c70ea66cc8268b911;hp=30af16d9b51479b65fe2f658089cd1248d54b6e7;hpb=c94b8b407713b62c4a1f8ed8b2efb9f1a215cd46;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 30af16d..b9a9e6d 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ build: install: test build # Installing configuration install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf + install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache # Installing executables mkdir -p $(DESTDIR)/sbin @@ -40,7 +41,7 @@ install: test build cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-initramfs mkdir -p $(DESTDIR)/usr/share/doc/live-initramfs/examples - cp -r conf/live.conf $(DESTDIR)/usr/share/doc/live-initramfs/examples + cp -r conf/* $(DESTDIR)/usr/share/doc/live-initramfs/examples # Installing manpages set -e; for MANPAGE in manpages/*.en.1; \