Removing live-new-uuid, a rewritten one goes to live-tools.
[live-boot-grml.git] / Makefile
index 297259e..034bca4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,12 +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/live-boot
-       cp bin/live-preseed $(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
@@ -61,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 \
@@ -83,11 +73,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