X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=30af16d9b51479b65fe2f658089cd1248d54b6e7;hb=784cc559ff1c9979aa5b3d807fd146cedb9ace88;hp=dd0a6b96a36084e3fb68a413de5b317a40d7c49f;hpb=e9ca4e348af3719c17fb3130719a886898eae575;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: