summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-04-05 08:05:20 +0200
committerDaniel Baumann <daniel@debian.org>2012-04-05 08:31:45 +0200
commit49bcda4f02e85fb1c648fd8fd00b8b989d2de752 (patch)
tree9e1ec9bd7724712396bafbd80cc52d627d6ffa18 /Makefile
parenta39a1678776b1bfe92e717f5abd5f55b6404b525 (diff)
downloadlive-boot-49bcda4f02e85fb1c648fd8fd00b8b989d2de752.tar.gz
live-boot-49bcda4f02e85fb1c648fd8fd00b8b989d2de752.zip
Moving initscript to live-config.
Keeping the initscript in live-boot is not really maintainable for different init systems. We would need to have, like live-config, several backend packages (live-boot-sysvinit, live-boot-systemd, live-boot-upstart) etc., plus, every combination with the different initrd system backend (initramfs-tools, dracut).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ce0262b..ec67501 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,6 @@ build:
install:
# Installing executables
- mkdir -p $(DESTDIR)/lib/live
- cp bin/boot.sh $(DESTDIR)/lib/live
-
mkdir -p $(DESTDIR)/sbin
cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
@@ -80,10 +77,6 @@ install:
uninstall:
# Uninstalling executables
- rm -f $(DESTDIR)/lib/live/boot.sh
- rmdir --ignore-fail-on-non-empty $(DESTDIR)/lib/live > /dev/null 2>&1 || true
- rmdir --ignore-fail-on-non-empty $(DESTDIR)/lib > /dev/null 2>&1 || true
-
rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile
rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin > /dev/null 2>&1 || true