X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=79a9388cc4d99d40f217c54aeeca8cfaee7f10bc;hb=c39c7e99d9ac6ff9907aebb7626fb606b232721e;hp=232d144967f16f8464d5f745516b2508275c9dbe;hpb=376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 232d144..79a9388 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,6 @@ install: mkdir -p $(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 $(DESTDIR)/usr/share/live-boot - mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks cp backends/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live mkdir -p $(DESTDIR)/usr/share/initramfs-tools/scripts @@ -86,8 +83,6 @@ uninstall: rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin > /dev/null 2>&1 || true - rm -rf $(DESTDIR)/usr/share/live-boot - rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live rm -f $(DESTDIR)/usr/share/initramfs-tools/scripts/live