summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-07 13:11:13 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commit7750592e832e06cf41c3f7a9b13ac343fea50898 (patch)
tree8f892f69f0dd58afd71c5f7992da45fd1f9b3552 /Makefile
parent11c0be9cf9aaaebfb87badf96a4b2dabcac682ba (diff)
downloadlive-boot-7750592e832e06cf41c3f7a9b13ac343fea50898.tar.gz
live-boot-7750592e832e06cf41c3f7a9b13ac343fea50898.zip
Removing getty and login wrappers, live-config takes care about that now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85b8909..efdb0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ install:
# Installing executables
mkdir -p $(DESTDIR)/sbin
- cp bin/live-getty bin/live-login bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
+ cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
mkdir -p $(DESTDIR)/usr/share/live-boot
cp bin/live-preseed bin/live-reconfigure contrib/languagelist $(DESTDIR)/usr/share/live-boot
@@ -79,7 +79,7 @@ install:
uninstall:
# Uninstalling executables
- rm -f $(DESTDIR)/sbin/live-getty $(DESTDIR)/sbin/live-login $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile
+ rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile
rm -rf $(DESTDIR)/usr/share/live-boot
rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live
rm -rf $(DESTDIR)/usr/share/initramfs-tools/scripts/live*