From 78af1b048b68521180e6bd1571bbc986cb52036c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Jan 2011 17:42:13 +0100 Subject: Adding live-system script from live-tools. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dae4ec1..d4aea51 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,9 @@ build: install: # Installing executables + mkdir -p $(DESTDIR)/bin + cp bin/live-system $(DESTDIR)/bin + mkdir -p $(DESTDIR)/sbin cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile bin/live-toram $(DESTDIR)/sbin @@ -77,7 +80,7 @@ install: uninstall: # Uninstalling executables - rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile $(DESTDIR)/sbin/live-toram + rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile $(DESTDIR)/bin/live-system $(DESTDIR)/sbin/live-toram rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin rm -rf $(DESTDIR)/usr/share/live-boot -- cgit v1.2.3