summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-06 18:29:07 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-06 18:43:56 +0200
commite243babf191d5b42efe58e90e74a22bd8063be8d (patch)
treed29c3630f8235f98395450b4b3c499580b1f625e /Makefile
parentf04ab476c668ad513f1ec68beaa948a26c862e05 (diff)
downloadlive-boot-e243babf191d5b42efe58e90e74a22bd8063be8d.tar.gz
live-boot-e243babf191d5b42efe58e90e74a22bd8063be8d.zip
Dropping snapshot functionality, superseeded by awesome custom mount persistence.
See the following threads for more information: * http://lists.debian.org/debian-live/2012/04/msg00110.html * http://lists.debian.org/debian-live/2012/06/msg00039.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
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