X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=85b4b849d8638fe08da3de3897c14f1bc71c2260;hb=7e87b1e58c2ba3f6b80c924f3f91d59a117706ac;hp=85b89099e2926d6636463937afd1d3c8fdc09c96;hpb=e528c59c651210acd0d8f60d076afa5442a2ffb6;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 85b8909..85b4b84 100644 --- a/Makefile +++ b/Makefile @@ -39,13 +39,9 @@ build: @echo "Nothing to build." install: - # (FIXME) - # Installing configuration - install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache - # 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 +75,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*