X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=Makefile;h=ed1af455ce7906a7b70f4348ea1261e030c03053;hp=dd0a6b96a36084e3fb68a413de5b317a40d7c49f;hb=02f0fb6ca32464adc6d6dd80878ac62bd75048ec;hpb=06b2d8214d05d3159359274dd4fa0796b78c2bbe diff --git a/Makefile b/Makefile index dd0a6b9..ed1af45 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ install: test build # Installing executables mkdir -p $(DESTDIR)/sbin - cp bin/live-getty bin/live-login bin/live-snapshot $(DESTDIR)/sbin + cp bin/live-getty bin/live-login bin/live-new-uuid bin/live-snapshot $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-initramfs - cp bin/live-preseed bin/live-reconfigure $(DESTDIR)/usr/share/live-initramfs + cp bin/live-preseed bin/live-reconfigure contrib/languagelist $(DESTDIR)/usr/share/live-initramfs mkdir -p $(DESTDIR)/usr/share/initramfs-tools cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools @@ -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; \ @@ -120,6 +120,10 @@ update: $$FILE; \ done + # Update language list + wget -O "contrib/languagelist" \ + "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" + clean: distclean: