summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-01 17:42:13 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:54:32 +0100
commit78af1b048b68521180e6bd1571bbc986cb52036c (patch)
treecf95acf31ef2431ae540b0165f66f36699fd6cb3 /Makefile
parent9c9a90ef6364a1b6ada490a6f7fac67570778b47 (diff)
downloadlive-boot-78af1b048b68521180e6bd1571bbc986cb52036c.tar.gz
live-boot-78af1b048b68521180e6bd1571bbc986cb52036c.zip
Adding live-system script from live-tools.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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