X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=Makefile;h=ed1af455ce7906a7b70f4348ea1261e030c03053;hp=30af16d9b51479b65fe2f658089cd1248d54b6e7;hb=02f0fb6ca32464adc6d6dd80878ac62bd75048ec;hpb=41e9edcaf36bf2b7d56eee71bee80703176d111e 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; \