X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=d4aea5128602ec7b9426efe803db41b28bfa49c1;hb=ec6ace3e481acae17235b1b54311800fd00adba6;hp=dae4ec1df24b88e6e17fe62e92e304ff6171bfb0;hpb=036e76c546c5c335dd7cea4a5027e71df5e57c76;p=live-boot-grml.git 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