X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=ed1af455ce7906a7b70f4348ea1261e030c03053;hb=2931f7a6903a3a7a2b0ca22c454a6557c7033d4c;hp=30af16d9b51479b65fe2f658089cd1248d54b6e7;hpb=c94b8b407713b62c4a1f8ed8b2efb9f1a215cd46;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 30af16d..ed1af45 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,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; \