diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-16 08:56:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:47:59 +0100 |
commit | 47527b7666b1a12122a0b17098064e7af745d097 (patch) | |
tree | ed1f652683692b82667912217a0d0b3c4c6744af /Makefile | |
parent | 3d5289751b26b7364b8cebcb3e3e5605bdef97bd (diff) | |
download | live-boot-47527b7666b1a12122a0b17098064e7af745d097.tar.gz live-boot-47527b7666b1a12122a0b17098064e7af745d097.zip |
Merging casper 1.129.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |