X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=efdb0e3a9e84b71867f3d5bac0f6d3dbc0e154e6;hb=7750592e832e06cf41c3f7a9b13ac343fea50898;hp=85b89099e2926d6636463937afd1d3c8fdc09c96;hpb=8b3bea69df843fa1642ef836f2cfa80e80da0f7c;p=live-boot-grml.git 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*