X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=30af16d9b51479b65fe2f658089cd1248d54b6e7;hb=d5a9dc104fa5705a2c173a60c8c6b742c8c3ee50;hp=dd0a6b96a36084e3fb68a413de5b317a40d7c49f;hpb=06b2d8214d05d3159359274dd4fa0796b78c2bbe;p=live-boot-grml.git diff --git a/Makefile b/Makefile index dd0a6b9..30af16d 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 @@ -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: