X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=b9a9e6d5dbf12b40c625edfc855121b45bbe405e;hb=2d45444aa9fdd1ba3a7566215ce1d29787a839e0;hp=98a6ef62e49e40bf35ea4d6594793fe25c293b19;hpb=47296da8bee39d7cca4f57e572e2fdafe4eb36a5;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 98a6ef6..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; \ @@ -122,7 +123,7 @@ update: # Update language list wget -O "contrib/languagelist" \ - "http://svn.debian.org/viewsvn/\*checkout\*/d-i/trunk/packages/localechooser/languagelist" + "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" clean: