X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=c377644a33af875f6018017d9b5118d8f679d920;hb=refs%2Ftags%2Fupstream%2F1.130.1;hp=58fa6606fd5c846b2ff3bd9014701e57a894e6f1;hpb=5637cfb6840ebf69e2b53c54fa4c4d64539e3dce;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 58fa660..c377644 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ 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 @@ -116,7 +116,7 @@ update: sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \ -e 's/2007-11-19/2007-11-26/' \ -e 's/19.11.2007/26.11.2007/' \ - -e 's/1.110.7/1.110.8/' \ + -e 's/1.113.1/1.113.2/' \ $$FILE; \ done