summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-16 08:56:47 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:59 +0100
commit47527b7666b1a12122a0b17098064e7af745d097 (patch)
treeed1f652683692b82667912217a0d0b3c4c6744af /Makefile
parent3d5289751b26b7364b8cebcb3e3e5605bdef97bd (diff)
downloadlive-boot-47527b7666b1a12122a0b17098064e7af745d097.tar.gz
live-boot-47527b7666b1a12122a0b17098064e7af745d097.zip
Merging casper 1.129.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd0a6b9..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