X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=034bca4fda3f55444c585bf96f1ffb98717f2002;hb=4ecca9f9ba476c987f41fdb596bd5f4f53d85a3c;hp=79a9388cc4d99d40f217c54aeeca8cfaee7f10bc;hpb=70de5f09da642186f58faeaabe0308cd76fad0f0;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 79a9388..034bca4 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,6 @@ install: cp -r scripts/boot.sh scripts/boot $(DESTDIR)/lib/live # Installing executables - mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin - 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 @@ -58,10 +55,6 @@ install: mkdir -p $(DESTDIR)/usr/share/doc/live-boot cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot - mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r examples/* $(DESTDIR)/usr/share/doc/live-boot/examples - # (FIXME) - # Installing manpages for MANPAGE in manpages/en/*; \ do \ @@ -80,7 +73,7 @@ install: uninstall: # Uninstalling executables - rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile + rm -f $(DESTDIR)/sbin/live-swapfile rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin > /dev/null 2>&1 || true rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live