X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=b3c7ba2b1780728bd901e60741a9159cc1fe9f31;hb=9a6a3a96c7f65fb063a775ae7ceee80e466e5a7d;hp=79a9388cc4d99d40f217c54aeeca8cfaee7f10bc;hpb=afd4fad6cfdbf24093d34f56c09fe98bca246d61;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 79a9388..b3c7ba2 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install: # Installing executables mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin + cp bin/live-new-uuid 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 @@ -58,10 +58,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 +76,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