X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=b3c7ba2b1780728bd901e60741a9159cc1fe9f31;hb=f62800f54ef5041ce3062be7c7f26fd5e074e001;hp=297259e4544b8a35d853c83228900e9242960f50;hpb=a259714e3d8b60cd5c638e0ada860cc26de771b9;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 297259e..b3c7ba2 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,7 @@ install: # Installing executables 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 $(DESTDIR)/usr/share/live-boot + 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 @@ -61,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 \ @@ -83,11 +76,9 @@ 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 -rf $(DESTDIR)/usr/share/live-boot - rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live rm -f $(DESTDIR)/usr/share/initramfs-tools/scripts/live